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

gb_Executable_get_runtime_dependencies should be empty when cross-compiling

Change-Id: I3d8a454a6c3e2ccf5661742d26c85224bb4773bd
üst fca6f2eb
......@@ -349,9 +349,14 @@ endef
# ExternalExecutable.
#
# gb_Executable_get_runtime_dependencies executable
ifeq ($(CROSS_COMPILING),YES)
define gb_Executable_get_runtime_dependencies
endef
else
define gb_Executable_get_runtime_dependencies
$(call gb_Executable_get_runtime_target,$(1))
endef
endif
define gb_Executable__get_command
$(if $(filter NONE,$(gb_Executable_VALIDGROUPS)),,$(call gb_Output_error,executable group NONE does not exist!))
......
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