summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@googlemail.com>2010-01-15 20:12:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-17 00:43:49 (GMT)
commit56932249cf7d327115eae608d550e3a8cca4ea06 (patch)
tree98f1c4406c492f3a62cf5e44be32b248c2b61219 /Makefile
parent1f73566af5bec28cd8489c6139a9ede95817349c (diff)
downloadgit-56932249cf7d327115eae608d550e3a8cca4ea06.zip
git-56932249cf7d327115eae608d550e3a8cca4ea06.tar.gz
git-56932249cf7d327115eae608d550e3a8cca4ea06.tar.bz2
Windows: disable Python
Python is not commonly installed on Windows machines, so we should disable it there by default. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57045de..6933555 100644
--- a/Makefile
+++ b/Makefile
@@ -995,6 +995,7 @@ ifeq ($(uname_S),Windows)
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
NO_REGEX = YesPlease
NO_CURL = YesPlease
+ NO_PYTHON = YesPlease
NO_PTHREADS = YesPlease
BLK_SHA1 = YesPlease
@@ -1045,6 +1046,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
UNRELIABLE_FSTAT = UnfortunatelyYes
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
NO_REGEX = YesPlease
+ NO_PYTHON = YesPlease
BLK_SHA1 = YesPlease
COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/fnmatch
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"