Fix msi-copy target for cross-build host arch's

This commit is contained in:
Andrew Johnson
2018-11-19 17:59:27 -06:00
parent 6ea6c6ff66
commit 6e536e1ee0

View File

@@ -17,8 +17,9 @@ TESTS += msi
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
TARGETS_HOST += msi-copy$(EXE)
TARGETS += $(TARGETS_$(BUILD_CLASS))
ifneq (,$(findstring $(T_A),$(EPICS_HOST_ARCH) $(CROSS_COMPILER_RUNTEST_ARCHS)))
TARGETS += msi-copy$(EXE)
endif
include $(TOP)/configure/RULES