summaryrefslogtreecommitdiff
path: root/extensions/Library_so_activex_x64.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-03-09 18:42:09 +0100
committerMichael Stahl <mstahl@redhat.com>2017-03-09 18:42:09 +0100
commit15d46079a5b6429dba0d501e7db218188294587a (patch)
treee7b8b4ac59949c117729c5ac86dca2418f274c7f /extensions/Library_so_activex_x64.mk
parent869a249cebaf58d13812194297561fc361dd3a36 (diff)
oops, forgot to commit that
Change-Id: I7b0a08ca47996f80112f68daef3e2ba5e3be221b
Diffstat (limited to 'extensions/Library_so_activex_x64.mk')
-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: