mirror of
https://github.com/munki/munki.git
synced 2026-05-03 10:59:48 -05:00
Move Swift runtime library needed on macOS < 12 to /usr/local/munki/lib (previously installed at /usr/local/lib)
This commit is contained in:
@@ -2647,6 +2647,7 @@
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/lib",
|
||||
"@executable_path/../lib",
|
||||
);
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
@@ -2711,6 +2712,7 @@
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/lib",
|
||||
"@executable_path/../lib",
|
||||
);
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
|
||||
Reference in New Issue
Block a user