Try allow-dyld-environment-variables.
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Dec 2020 22:17:56 +0000 (23:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Dec 2020 22:17:56 +0000 (23:17 +0100)
platform/osx/make_dmg.sh

index 0c8f2392903f88250d42dfb768e4938d127310b4..5f05b35ca4dd50835eb4a63655991fe7473d0349 100644 (file)
@@ -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