Xcode: Set unit tests runpath correctly
This commit is contained in:
parent
bcdecb1185
commit
864666f1dc
1 changed files with 3 additions and 0 deletions
|
@ -6554,6 +6554,7 @@
|
|||
BOOST_TEST_DYN_LINK,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "\"@loader_path/The Battle for Wesnoth.app/Contents/Frameworks\" @loader_path/TestFrameworks";
|
||||
MACH_O_TYPE = mh_execute;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lz",
|
||||
|
@ -6689,6 +6690,7 @@
|
|||
BOOST_TEST_DYN_LINK,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "\"@loader_path/The Battle for Wesnoth.app/Contents/Frameworks\" @loader_path/TestFrameworks";
|
||||
MACH_O_TYPE = mh_execute;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lz",
|
||||
|
@ -6712,6 +6714,7 @@
|
|||
BOOST_TEST_DYN_LINK,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "\"@loader_path/The Battle for Wesnoth.app/Contents/Frameworks\" @loader_path/TestFrameworks";
|
||||
MACH_O_TYPE = mh_execute;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lz",
|
||||
|
|
Loading…
Add table
Reference in a new issue