Skip to content

Commit 17c859c

Browse files
committed
Merge branch 'msys2-python'
In MSYS2, we have two Python interpreters at our disposal, so we can include the Python stuff in the build. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 301e727 + b4d3936 commit 17c859c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ ifeq ($(uname_S),MINGW)
775775
ifneq (CLANGARM64,$(MSYSTEM))
776776
USE_NED_ALLOCATOR = YesPlease
777777
endif
778+
NO_PYTHON =
778779
ifeq (/mingw64,$(subst 32,64,$(subst clangarm,mingw,$(prefix))))
779780
# Move system config into top-level /etc/
780781
ETC_GITCONFIG = ../etc/gitconfig

0 commit comments

Comments
 (0)