diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-11 16:57:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-12 09:53:09 +0100 |
commit | 0443d0a90ecb9ac54484c1c2c6b9d74892eb35ae (patch) | |
tree | 14d96f096ee449348730e9bade2571cb23f46482 /pyuno/CustomTarget_zipcore.mk | |
parent | 379f978387a8b017a41c2682c0b39444f17a2230 (diff) |
normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONN
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
Diffstat (limited to 'pyuno/CustomTarget_zipcore.mk')
-rw-r--r-- | pyuno/CustomTarget_zipcore.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/CustomTarget_zipcore.mk b/pyuno/CustomTarget_zipcore.mk index 3f4bbeb8b5ea..0efd83093ac3 100644 --- a/pyuno/CustomTarget_zipcore.mk +++ b/pyuno/CustomTarget_zipcore.mk @@ -10,7 +10,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,pyuno/zipcore)) # system python (only mingw) -ifeq ($(SYSTEM_PYTHON),YES) +ifneq ($(SYSTEM_PYTHON),) # mingw: MINGW_SYSROOT is defined in configure ifeq ($(OS)$(COM),WNTGCC) pyuno_PYTHON_LIB_DIR=$(MINGW_SYSROOT)/lib/python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) |