Kaydet (Commit) 7e5b3215 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: macosx.mk: Bundles have no install_name

üst 0dd3e081
......@@ -309,10 +309,12 @@ endef
gb_Library__set_soversion_script_platform = $(gb_Library__set_soversion_script)
# bundle is a special kind of library that exists only on Darwin/OSX
# set the TARGETTYPE to Bundle
# set the TARGETTYPE to Bundle, and clear install_name(RPATH)
define gb_Library_Bundle
$(call gb_Library_Library,$(1))
$(call gb_LinkTarget_set_targettype,$(call gb_Library_get_linktargetname,$(1)),Bundle)
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,$(1))) : \
RPATH :=
endef
# StaticLibrary class
......
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