mirror of
https://github.com/yawut/SDL.git
synced 2026-09-10 18:16:19 -05:00
tree fc1a744f184c
parent 88580fa6c549 author Edward Rudd <urkle@outoforder.cc> 1350500791 14400 committer Edward Rudd <urkle@outoforder.cc> 1350500791 14400 revision 6592 branch default use different rpath so SDL2.framework will live in the bundle's Framework folder
This commit is contained in:
@@ -2433,7 +2433,7 @@
|
||||
FRAMEWORK_VERSION = A;
|
||||
HEADER_SEARCH_PATHS = /usr/X11R6/include;
|
||||
INFOPLIST_FILE = "Info-Framework.plist";
|
||||
INSTALL_PATH = "@rpath";
|
||||
INSTALL_PATH = "@executable_path/../Frameworks";
|
||||
OTHER_LDFLAGS = "-liconv";
|
||||
PRODUCT_NAME = SDL2;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
@@ -2493,7 +2493,7 @@
|
||||
FRAMEWORK_VERSION = A;
|
||||
HEADER_SEARCH_PATHS = /usr/X11R6/include;
|
||||
INFOPLIST_FILE = "Info-Framework.plist";
|
||||
INSTALL_PATH = "@rpath";
|
||||
INSTALL_PATH = "@executable_path/../Frameworks";
|
||||
OTHER_LDFLAGS = "-liconv";
|
||||
PRODUCT_NAME = SDL2;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
|
||||
Reference in New Issue
Block a user