mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-27 06:05:11 -06:00
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>
This commit is contained in:
parent
74b731b015
commit
7bd2665b1f
@ -739,6 +739,7 @@ ifeq ($(uname_S),MINGW)
|
||||
USE_GETTEXT_SCHEME = fallthrough
|
||||
USE_LIBPCRE = YesPlease
|
||||
USE_NED_ALLOCATOR = YesPlease
|
||||
NO_PYTHON =
|
||||
ifeq (/mingw64,$(subst 32,64,$(prefix)))
|
||||
# Move system config into top-level /etc/
|
||||
ETC_GITCONFIG = ../etc/gitconfig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user