Xcode project: add 'Runpath Search Path" for wesnothd
So that it can find the new libraries which are defined relative to @rpath.
This commit is contained in:
parent
f73a46e799
commit
b228f0002a
1 changed files with 2 additions and 0 deletions
|
@ -4916,6 +4916,7 @@
|
|||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)/lib\"",
|
||||
|
@ -4943,6 +4944,7 @@
|
|||
);
|
||||
GCC_VERSION = "";
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)/lib\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue