Skip to content

Commit ec9c45a

Browse files
committed
WIP: fix typo in pympistd arg
1 parent b047b19 commit ec9c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ standard_abi/mpi.h: $(top_srcdir)/docs/mpi-standard-apis.json $(top_srcdir)/ompi
565565
$(OMPI_V_GEN) $(PYTHON) $(top_srcdir)/ompi/mpi/bindings/c_header.py \
566566
--input $(top_srcdir)/ompi/mpi/c/abi.h.in \
567567
--abi-json $(top_srcdir)/docs/mpi-standard-abi.json \
568-
--pympistd $(top_srcdir)/3rd-party/pympistandard/src \
568+
--pympistd $(top_srcdir)/3rd-party/pympistandard \
569569
--output $(top_srcdir)/ompi/mpi/c/standard_abi/mpi.h
570570

571571
# Mangled version

0 commit comments

Comments
 (0)