Kaydet (Commit) e5b645bc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't build the epm tools for the HOST platform when cross-compiling

Change-Id: I98aa2bcb90385096915c9cddea6a9e68ab95d29c
üst 036e4a5a
......@@ -11,6 +11,8 @@ $(eval $(call gb_Module_Module,epm))
ifeq (EPM,$(filter EPM,$(BUILD_TYPE)))
ifneq ($(CROSS_COMPILING),YES)
$(eval $(call gb_Module_add_targets,epm,\
ExternalPackage_epm \
ExternalProject_epm \
......@@ -19,4 +21,6 @@ $(eval $(call gb_Module_add_targets,epm,\
endif
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