Skip to content

Commit c6ef700

Browse files
committed
Set MSYS2_ARG_CONV_EXCL for the shared Python module install
Otherwise one has to set it when calling "make install".
1 parent 4daeb4d commit c6ef700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,6 +2310,7 @@ endif
23102310
# Install the dynamically loadable modules
23112311
# This goes into $(exec_prefix)
23122312
sharedinstall: all
2313+
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
23132314
$(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
23142315
--prefix=$(prefix) \
23152316
--install-scripts=$(BINDIR) \

0 commit comments

Comments
 (0)