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:
Iris Morelle 2023-05-23 17:46:51 -04:00
parent ec40bd211d
commit 948f3555e1
No known key found for this signature in database
GPG Key ID: BB9666228F278524

View File

@ -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;