MinGW: Build makecab.exe and friends only when WINEGCC is set.
Change-Id: I37ed3c2ef456c4a258101a9f1ea9568798a6ce80
This commit is contained in:
@@ -25,7 +25,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS),WNT)
|
ifeq ($(OS),WNT)
|
||||||
ifeq ($(COM),MSC)
|
|
||||||
$(eval $(call gb_Module_add_targets,setup_native,\
|
$(eval $(call gb_Module_add_targets,setup_native,\
|
||||||
Library_instooofiltmsi \
|
Library_instooofiltmsi \
|
||||||
Library_jfregca \
|
Library_jfregca \
|
||||||
@@ -40,14 +39,18 @@ $(eval $(call gb_Module_add_targets,setup_native,\
|
|||||||
StaticLibrary_quickstarter \
|
StaticLibrary_quickstarter \
|
||||||
StaticLibrary_seterror \
|
StaticLibrary_seterror \
|
||||||
))
|
))
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
ifneq ($(WINEGCC),)
|
||||||
|
# this is supposed to be built on the _build_ platform, even though the
|
||||||
|
# result is an .exe
|
||||||
$(eval $(call gb_Module_add_targets,setup_native,\
|
$(eval $(call gb_Module_add_targets,setup_native,\
|
||||||
CustomTarget_wintools \
|
CustomTarget_wintools \
|
||||||
Package_wintools \
|
Package_wintools \
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
else
|
|
||||||
$(eval $(call gb_Module_add_targets,setup_native,\
|
$(eval $(call gb_Module_add_targets,setup_native,\
|
||||||
CustomTarget_scripts \
|
CustomTarget_scripts \
|
||||||
Package_scripts \
|
Package_scripts \
|
||||||
|
Reference in New Issue
Block a user