Skip to content

Commit e05197d

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 5501b4a commit e05197d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

+1
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ else
720720
USE_GETTEXT_SCHEME = fallthrough
721721
USE_LIBPCRE = YesPlease
722722
USE_NED_ALLOCATOR = YesPlease
723+
NO_PYTHON =
723724
ifeq (/mingw64,$(subst 32,64,$(prefix)))
724725
# Move system config into top-level /etc/
725726
ETC_GITCONFIG = ../etc/gitconfig

0 commit comments

Comments
 (0)