Kaydet (Commit) 869a249c authored tarafından Michael Stahl's avatar Michael Stahl

extensions: fix MSVC 2017 build of Library_so_activex_x64

Change-Id: Ia98c2ba085d6b7705b53dafd5368d69f0e0727c5
üst 5b252750
...@@ -50,7 +50,9 @@ $(eval $(call gb_Library_use_system_win32_libs,so_activex_x64,\ ...@@ -50,7 +50,9 @@ $(eval $(call gb_Library_use_system_win32_libs,so_activex_x64,\
)) ))
$(eval $(call gb_Library_add_libs,so_activex_x64,\ $(eval $(call gb_Library_add_libs,so_activex_x64,\
$(ATL_LIB)/amd64/atls.lib \ $(if $(filter 140,$(VCVER)),\
$(ATL_LIB)/amd64/atls.lib, \
$(subst /x86,/x64,$(ATL_LIB)/amd64/atls.lib)) \
)) ))
# vim:set noet sw=4 ts=4: # vim:set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment