mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: fix interaction between bash wrapper and open redirection on macOS
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$(uname)" == Darwin ]]; then
|
||||
export DYLD_FALLBACK_LIBRARY_PATH=$(dirname "$0")
|
||||
export DYLD_LIBRARY_PATH=$(dirname "$0")
|
||||
else
|
||||
export LD_LIBRARY_PATH=$(dirname "$0")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user