We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DYLD_INSERT_LIBRARIES
1 parent e52bc62 commit d4b21afCopy full SHA for d4b21af
assets/nix/run.sh
@@ -324,7 +324,7 @@ if [ -n "${is_apple_silicon}" ]; then
324
# the executable is universal, supporting both x86_64 and arm64, MacOs will still run it as x86_64
325
# if the parent process is running as x86.
326
# arch also strips the DYLD_INSERT_LIBRARIES env var so we have to pass that in manually
327
- arch -e DYLD_INSERT_LIBRARIES=$DYLD_INSERT_LIBRARIES "$executable_path" "$@"
+ arch -e DYLD_INSERT_LIBRARIES="${DYLD_INSERT_LIBRARIES}" "$executable_path" "$@"
328
else
329
exec "$executable_path" "$@"
330
fi
0 commit comments