mirror of
https://github.com/yawut/SDL.git
synced 2026-06-11 03:03:18 -05:00
Fixed bug 2000 - The framework INSTALL_PATH still uses @executable_path
dak180 Since the MACOSX_DEPLOYMENT_TARGET is 10.5; INSTALL_PATH should use @rpath. See http://www.dribin.org/dave/blog/archives/2009/11/15/rpath/ for the details on why this is a good idea.
This commit is contained in:
parent
1a3a905aa9
commit
ccdd2f87a3
|
|
@ -2697,7 +2697,7 @@
|
|||
FRAMEWORK_VERSION = A;
|
||||
HEADER_SEARCH_PATHS = /usr/X11R6/include;
|
||||
INFOPLIST_FILE = "Info-Framework.plist";
|
||||
INSTALL_PATH = "@executable_path/../Frameworks";
|
||||
INSTALL_PATH = "@rpath";
|
||||
OTHER_LDFLAGS = "-liconv";
|
||||
PRODUCT_NAME = SDL2;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
|
|
@ -2751,7 +2751,7 @@
|
|||
FRAMEWORK_VERSION = A;
|
||||
HEADER_SEARCH_PATHS = /usr/X11R6/include;
|
||||
INFOPLIST_FILE = "Info-Framework.plist";
|
||||
INSTALL_PATH = "@executable_path/../Frameworks";
|
||||
INSTALL_PATH = "@rpath";
|
||||
OTHER_LDFLAGS = "-liconv";
|
||||
PRODUCT_NAME = SDL2;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user