diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-08-02 01:51:52 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-08-02 01:51:52 +0000 |
| commit | 3b5ea5178d32853b77f3448cfbd43e3abdb0e6bb (patch) | |
| tree | 2566fddb2a1de80119d96d99cbac68f59fd75e6a /llvm/tools/llvm-shlib/Makefile | |
| parent | 007af3d14cf271e6333182ae1404d5e7ce801bb4 (diff) | |
| download | bcm5719-llvm-3b5ea5178d32853b77f3448cfbd43e3abdb0e6bb.tar.gz bcm5719-llvm-3b5ea5178d32853b77f3448cfbd43e3abdb0e6bb.zip | |
Use @rpath for libraries rather than @executable_path on OSX.
Patch by Benjamin Scarlet!
llvm-svn: 187641
Diffstat (limited to 'llvm/tools/llvm-shlib/Makefile')
| -rw-r--r-- | llvm/tools/llvm-shlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-shlib/Makefile b/llvm/tools/llvm-shlib/Makefile index 9498a27d77b..1d9053b3d3b 100644 --- a/llvm/tools/llvm-shlib/Makefile +++ b/llvm/tools/llvm-shlib/Makefile @@ -58,7 +58,7 @@ ifeq ($(HOST_OS),Darwin) ifneq ($(DARWIN_VERS),8) LLVMLibsOptions := $(LLVMLibsOptions) \ -Wl,-install_name \ - -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)" + -Wl,"@rpath/lib$(LIBRARYNAME)$(SHLIBEXT)" endif endif |

