Skip to content

Commit

Permalink
Use @rpath for the OS X framework’s install name
Browse files Browse the repository at this point in the history
This allows the dynamic linker to find the framework using relative paths at runtime
  • Loading branch information
Brian Croom committed Sep 17, 2015
1 parent bde36c2 commit 7028700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cedar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3920,6 +3920,7 @@
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand Down Expand Up @@ -3951,6 +3952,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand Down

0 comments on commit 7028700

Please sign in to comment.