Skip to content

Commit

Permalink
Set MSYS2_ARG_CONV_EXCL for the shared Python module install
Browse files Browse the repository at this point in the history
Otherwise one has to set it when calling "make install".
  • Loading branch information
lazka committed Aug 25, 2023
1 parent 4daeb4d commit c6ef700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -2310,6 +2310,7 @@ endif
# Install the dynamically loadable modules
# This goes into $(exec_prefix)
sharedinstall: all
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
$(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
--prefix=$(prefix) \
--install-scripts=$(BINDIR) \
Expand Down

0 comments on commit c6ef700

Please sign in to comment.