From dd27759b364aa781ebc30224fbe110a650c71ea2 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Tue, 17 Dec 2024 17:08:19 +0100 Subject: [PATCH] Attempt to throw DYLD_LIBRARY_PATH back into spec --- mac.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mac.spec b/mac.spec index 479f8a99bc..350ea4c538 100644 --- a/mac.spec +++ b/mac.spec @@ -79,6 +79,8 @@ app = BUNDLE( "LSEnvironment": { "LANG": "en_US.UTF-8", "LC_CTYPE": "en_US.UTF-8", + # Set DYLD_LIBRARY_PATH to ensure the app can locate dynamic libraries + "DYLD_LIBRARY_PATH": f"{prefix}/lib", }}) for lib in lib_paths: