Skip to content

Commit 946ef7b

Browse files
dschoGit for Windows Build Agent
authored andcommitted
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 <johannes.schindelin@gmx.de>
1 parent 35e59bd commit 946ef7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ ifeq ($(uname_S),MINGW)
763763
ifneq (CLANGARM64,$(MSYSTEM))
764764
USE_NED_ALLOCATOR = YesPlease
765765
endif
766+
NO_PYTHON =
766767
ifeq (/mingw64,$(subst 32,64,$(subst clangarm,mingw,$(prefix))))
767768
# Move system config into top-level /etc/
768769
ETC_GITCONFIG = ../etc/gitconfig

0 commit comments

Comments
 (0)