Kaydet (Commit) 440ac656 authored tarafından Michael Stahl's avatar Michael Stahl

msc-externals: Package msvc_dlls only necessary in 32-bit builds

In 64-bit builds the 64-bit runtimes are installed as MSM so this hack
isn't needed there.

Change-Id: Id609d2beaa3de1176138bc206210820397a8b732
üst 44f4ebc0
......@@ -9,8 +9,12 @@
$(eval $(call gb_Module_Module,msc-externals))
ifneq ($(BUILD_X64),)
$(eval $(call gb_Module_add_targets,msc-externals,\
Package_msvc_dlls \
))
endif
# 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