summaryrefslogtreecommitdiff
path: root/external/msc-externals
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-06 17:28:39 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-06 17:30:35 +0200
commit440ac656f783a7a5e33431410a1c038b7d04c42e (patch)
treed718781ac5d2bc78e1e65c05f5549d3023db34cc /external/msc-externals
parent44f4ebc0325623ed81a4021ed0d6939bd6c0c41f (diff)
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
Diffstat (limited to 'external/msc-externals')
-rw-r--r--external/msc-externals/Module_msc-externals.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/msc-externals/Module_msc-externals.mk b/external/msc-externals/Module_msc-externals.mk
index 789c7bd119ab..2fa56b458e71 100644
--- a/external/msc-externals/Module_msc-externals.mk
+++ b/external/msc-externals/Module_msc-externals.mk
@@ -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: