diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 2639166ca045..3cda228a3c2c 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -90,7 +90,7 @@ BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; c # WINDOWS # ---------------------------------- .IF "$(COM)"=="GCC" -PATCH_FILE_NAME=Python-$(PYVERSION)-mingw.patch +PATCH_FILES=Python-$(PYVERSION)-mingw.patch BUILD_DIR= MYCWD=$(shell cygpath -m $(shell @pwd))/$(INPATH)/misc/build python_CFLAGS=-mno-cygwin -mthreads |