Skip to content

Commit

Permalink
Use @rpath for install location, giving more flexibility when linking.
Browse files Browse the repository at this point in the history
(For example, can link to a command line tool, without having to put in a directory ../Frameworks relative to the binary)
  • Loading branch information
DouglasHeriot committed Jan 22, 2013
1 parent 0ead91f commit 0b63722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Frameworks/SnoizeMIDI/SnoizeMIDI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = SnoizeMIDI_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@rpath";
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
PRODUCT_NAME = SnoizeMIDI;
WRAPPER_EXTENSION = framework;
Expand All @@ -745,6 +746,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = SnoizeMIDI_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@rpath";
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
PRODUCT_NAME = SnoizeMIDI;
WRAPPER_EXTENSION = framework;
Expand Down

0 comments on commit 0b63722

Please sign in to comment.