Skip to content

Commit c39debd

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 d73987c commit c39debd

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
@@ -2305,6 +2305,7 @@ endif
23052305
# Install the dynamically loadable modules
23062306
# This goes into $(exec_prefix)
23072307
sharedinstall: all
2308+
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
23082309
$(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
23092310
--prefix=$(prefix) \
23102311
--install-scripts=$(BINDIR) \

0 commit comments

Comments
 (0)