Only create msi-copy for a Host build-arch

This commit is contained in:
Andrew Johnson
2018-11-27 14:11:11 -06:00
parent 694f045332
commit 9e999d2bef
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ TESTS += msi
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
ifneq (,$(findstring $(T_A),$(EPICS_HOST_ARCH) $(CROSS_COMPILER_RUNTEST_ARCHS)))
TARGETS += msi-copy$(EXE)
TARGETS_HOST += msi-copy$(EXE)
endif
include $(TOP)/configure/RULES