Kaydet (Commit) 3204d038 authored tarafından David Tardon's avatar David Tardon

always set library path

Change-Id: Ie3248563815c2558c573e525e79024ef083345b7
üst ee18b30b
...@@ -184,19 +184,13 @@ $(call gb_Executable_get_runtime_target,$(1)) ...@@ -184,19 +184,13 @@ $(call gb_Executable_get_runtime_target,$(1))
endef endef
endif endif
define gb_Executable__get_command
$(if $(filter NONE,$(gb_Executable_VALIDGROUPS)),,$(call gb_Output_error,executable group NONE does not exist!))
$(if $(filter $(1),$(gb_Executable_NONE)),,$(gb_Helper_set_ld_path)) \
$(call gb_Executable_get_target_for_build,$(1))
endef
# Get complete command-line for running the executable # Get complete command-line for running the executable
# #
# This includes setting library path, if necessary. # This includes setting library path, if necessary.
# #
# gb_Executable_get_command executable # gb_Executable_get_command executable
define gb_Executable_get_command define gb_Executable_get_command
$(strip $(call gb_Executable__get_command,$(1))) $(gb_Helper_set_ld_path) $(call gb_Executable_get_target_for_build,$(1))
endef endef
# vim: set noet sw=4: # vim: set noet sw=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