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 Jul 19, 2023
1 parent d73987c commit c39debd
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 @@ -2305,6 +2305,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 c39debd

Please sign in to comment.