summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-03-09 18:42:09 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2019-05-26 23:30:21 +0200
commit0c6b9f1fba7b57a2dbb803723535e2262b70a512 (patch)
tree2730143571ece3e49e4b6f7471de4178defee6b7
parentextensions: fix MSVC 2017 build of Library_so_activex_x64 (diff)
downloadcore-0c6b9f1fba7b57a2dbb803723535e2262b70a512.tar.gz
core-0c6b9f1fba7b57a2dbb803723535e2262b70a512.zip
oops, forgot to commit that
Change-Id: I7b0a08ca47996f80112f68daef3e2ba5e3be221b (cherry picked from commit 15d46079a5b6429dba0d501e7db218188294587a)
-rw-r--r--extensions/Library_so_activex_x64.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Library_so_activex_x64.mk b/extensions/Library_so_activex_x64.mk
index e1c4b9a8f9ba..64f644098a8f 100644
--- a/extensions/Library_so_activex_x64.mk
+++ b/extensions/Library_so_activex_x64.mk
@@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_system_win32_libs,so_activex_x64,\
$(eval $(call gb_Library_add_libs,so_activex_x64,\
$(if $(filter 140,$(VCVER)),\
$(ATL_LIB)/amd64/atls.lib, \
- $(subst /x86,/x64,$(ATL_LIB)/amd64/atls.lib)) \
+ $(subst /x86,/x64,$(ATL_LIB)/atls.lib)) \
))
# vim:set noet sw=4 ts=4: