sb118: on Mac OS X, make sure an RPATH=NONE dylib can link against another RPATH=NONE dylib that in turn links against other OOo dylibs
This commit is contained in:
parent
bd87039ed3
commit
efa08749ab
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ LINKFLAGSRUNPATH_OOO=-install_name '@___________________________________________
|
|||
LINKFLAGSRUNPATH_SDK=
|
||||
LINKFLAGSRUNPATH_BRAND=
|
||||
LINKFLAGSRUNPATH_OXT=
|
||||
LINKFLAGSRUNPATH_NONE=
|
||||
LINKFLAGSRUNPATH_NONE=-install_name '@__________________________________________________NONE/$(@:f)'
|
||||
LINKFLAGS=$(LINKFLAGSDEFS)
|
||||
|
||||
# [ed] 5/14/02 If we're building for aqua, add in the objc runtime library into our link line
|
||||
|
|
Loading…
Reference in a new issue