mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 20:27:40 +00:00
campaignd: Fix link-time options for Xcode build
This copies the same runpath search paths already used for wesnothd to enable campaignd to run at all.
This commit is contained in:
parent
ec40bd211d
commit
948f3555e1
@ -6696,6 +6696,7 @@
|
||||
"FIFODIR=\\\"/var/run/wesnoth_campaignd\\\"",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks \"@loader_path/The Battle for Wesnoth.app/Contents/Frameworks\" @loader_path/Frameworks";
|
||||
PRODUCT_NAME = campaignd;
|
||||
};
|
||||
name = SignedRelease;
|
||||
@ -6775,6 +6776,7 @@
|
||||
"FIFODIR=\\\"/var/run/wesnoth_campaignd\\\"",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks \"@loader_path/The Battle for Wesnoth.app/Contents/Frameworks\" @loader_path/Frameworks";
|
||||
PRODUCT_NAME = campaignd;
|
||||
};
|
||||
name = Debug;
|
||||
@ -6791,6 +6793,7 @@
|
||||
"FIFODIR=\\\"/var/run/wesnoth_campaignd\\\"",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks \"@loader_path/The Battle for Wesnoth.app/Contents/Frameworks\" @loader_path/Frameworks";
|
||||
PRODUCT_NAME = campaignd;
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
x
Reference in New Issue
Block a user