mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 02:01:34 +00:00
Xcode: Set unit tests runpath correctly
This commit is contained in:
parent
bcdecb1185
commit
864666f1dc
@ -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…
x
Reference in New Issue
Block a user