diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-28 23:17:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-04 10:48:59 +0100 |
| commit | 081ea9b56086ff46339c1918e2df1e33addb8b0b (patch) | |
| tree | 913c85fd8b35025f15015a68594949dce9ce6e6f | |
| parent | ca5b00c9ff49c0045b9078f4199141844d7cc01a (diff) | |
Add the option com.apple.security.cs.allow-dyld-environment-variables.
Without this the use of @executable_path in links to .dylibs causes
problems, perhaps only when linking against the 11.0 SDK.
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index a77fba239..219dc647d 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -35,6 +35,8 @@ cat <<EOF > entitlements.plist <dict> <key>com.apple.security.cs.disable-library-validation</key> <true/> + <key>com.apple.security.cs.allow-dyld-environment-variables</key> + <true/> </dict> </plist> EOF |
