Skip to content

Commit

Permalink
Merge pull request #261 from rupertdaniel/rpath-osx-framework
Browse files Browse the repository at this point in the history
Use @rpath in DYLIB_INSTALL_NAME_BASE for OSX framework.
  • Loading branch information
nathanhosselton committed Sep 15, 2015
2 parents 0881d5c + cae709f commit a413bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,7 @@
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = Sources/PMK.modulemap;
PRODUCT_NAME = PromiseKit;
Expand All @@ -1970,6 +1971,7 @@
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = Sources/PMK.modulemap;
PRODUCT_NAME = PromiseKit;
Expand Down

0 comments on commit a413bba

Please sign in to comment.