Skip to content

Commit

Permalink
Set LD_RUNPATH_SEARCH_PATHS per platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Sep 27, 2014
1 parent 6d8c6b7 commit 6d6331b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mac OS X/Mac-Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// TIFF
COMBINE_HIDPI_IMAGES = YES

// Where to find embedded frameworks
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @loader_path/../Frameworks

// The base SDK to use (if no version is specified, the latest version is
// assumed)
SDKROOT = macosx
Expand Down
3 changes: 3 additions & 0 deletions iOS/iOS-Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// Xcode needs this to find archived headers if SKIP_INSTALL is set
HEADER_SEARCH_PATHS = $(OBJROOT)/UninstalledProducts/include

// Where to find embedded frameworks
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks

// The base SDK to use (if no version is specified, the latest version is
// assumed)
SDKROOT = iphoneos
Expand Down

0 comments on commit 6d6331b

Please sign in to comment.