From 081ea9b56086ff46339c1918e2df1e33addb8b0b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 28 Dec 2020 23:17:56 +0100 Subject: [PATCH] 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. --- platform/osx/make_dmg.sh | 2 ++ 1 file changed, 2 insertions(+) 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 < entitlements.plist com.apple.security.cs.disable-library-validation + com.apple.security.cs.allow-dyld-environment-variables + EOF -- 2.30.2