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:
mattsc 2014-10-25 15:50:35 -07:00
parent f73a46e799
commit b228f0002a

View file

@ -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\"",