diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-02-21 16:26:55 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-02-22 05:07:29 +0000 |
commit | 3e1782f05b9217d941eeff821df98df5f3e8da76 (patch) | |
tree | c6d8d2f03a384da76c276bce8660781186439e0c /external/python3 | |
parent | bdad941d7349f330dab2c3d47237bd380d5b7391 (diff) |
WaE vs2015 double define
Change-Id: I279b5df3f9705ca266f2f4efb1e93e59cbbdabd7
Reviewed-on: https://gerrit.libreoffice.org/22603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'external/python3')
-rw-r--r-- | external/python3/UnpackedTarball_python3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/python3/UnpackedTarball_python3.mk b/external/python3/UnpackedTarball_python3.mk index 37b05c9fadf1..c3a4ef6225e2 100644 --- a/external/python3/UnpackedTarball_python3.mk +++ b/external/python3/UnpackedTarball_python3.mk @@ -26,7 +26,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\ external/python3/python-3.3.0-pythreadstate.patch.1 \ external/python3/python-3.3.0-clang.patch.1 \ external/python3/python-3.3.5-pyexpat-symbols.patch.1 \ - external/python3/python-3.3.5-vs2013.patch.1 \ + $(if $(filter 120,$(VCVER)), external/python3/python-3.3.5-vs2013.patch.1) \ external/python3/python-lsan.patch.0 \ external/python3/ubsan.patch.0 \ external/python3/python-3.5.tweak.strip.soabi.patch \ |