Skip to content

Commit 77af8c7

Browse files
committed
mingw: include the Python parts in the build
While Git for Windows does not _ship_ Python (in order to save on bandwidth), MSYS2 provides very fine Python interpreters that users can easily take advantage of, by using Git for Windows within its SDK. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d5e5dd0 commit 77af8c7

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
@@ -756,6 +756,7 @@ ifeq ($(uname_S),MINGW)
756756
ifneq (CLANGARM64,$(MSYSTEM))
757757
USE_NED_ALLOCATOR = YesPlease
758758
endif
759+
NO_PYTHON =
759760
ifeq (/mingw64,$(subst 32,64,$(subst clangarm,mingw,$(prefix))))
760761
# Move system config into top-level /etc/
761762
ETC_GITCONFIG = ../etc/gitconfig

0 commit comments

Comments
 (0)