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.
1 parent 793de31 commit e42ae09Copy full SHA for e42ae09
swift/extractor/extractor.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [[ "$(uname)" == Darwin ]]; then
4
- export DYLD_FALLBACK_LIBRARY_PATH=$(dirname "$0")
+ export DYLD_LIBRARY_PATH=$(dirname "$0")
5
else
6
export LD_LIBRARY_PATH=$(dirname "$0")
7
fi
0 commit comments