forked from amazingfate/loongoffice
more subtle dependencies for cross-compilation
Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
This commit is contained in:
@ -26,7 +26,8 @@
|
||||
|
||||
$(eval $(call gb_Module_Module,codemaker))
|
||||
|
||||
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
||||
# if not cross-compiling or we need this for ODK
|
||||
ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE)))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,codemaker,\
|
||||
Package_inc \
|
||||
|
||||
Reference in New Issue
Block a user