Skip to content

Commit

Permalink
Attempt to throw DYLD_LIBRARY_PATH back into spec
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent db92c8f commit dd27759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd27759

Please sign in to comment.