summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-04 17:16:47 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 17:21:14 +0200
commit5b7ccf3406bc14c38346deca3d7d2d4adc1e048d (patch)
tree94227a7477547a0c3abc933ff0f31f6e2420fefa /RepositoryExternal.mk
parent64921c7064cf1248f6af5a088300283f37e098e4 (diff)
RepositoryExternal: remove another MSVC 2008 conditional
Change-Id: Ieb469dc19a479a70da4ec84390bbee91fd3e87f2
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 57868363734c..4fcdf4bd9a77 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2466,7 +2466,7 @@ $(call gb_LinkTarget__use_python_headers,$(1))
ifeq ($(OS),WNT)
$(call gb_LinkTarget_add_libs,$(1),\
- $(call gb_UnpackedTarball_get_dir,python3)/$(if $(filter 90,$(VCVER)),PC/VS9.0,PCbuild)$(if $(filter X86_64,$(CPUNAME)),/amd64)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if $(MSVC_USE_DEBUG_RUNTIME),_d).lib \
+ $(call gb_UnpackedTarball_get_dir,python3)/PCbuild$(if $(filter X86_64,$(CPUNAME)),/amd64)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if $(MSVC_USE_DEBUG_RUNTIME),_d).lib \
)
else ifeq ($(OS),MACOSX)
$(call gb_LinkTarget_add_libs,$(1),\