Skip to content

Commit e42ae09

Browse files
committed
Swift: fix interaction between bash wrapper and open redirection on macOS
1 parent 793de31 commit e42ae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/extractor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ "$(uname)" == Darwin ]]; then
4-
export DYLD_FALLBACK_LIBRARY_PATH=$(dirname "$0")
4+
export DYLD_LIBRARY_PATH=$(dirname "$0")
55
else
66
export LD_LIBRARY_PATH=$(dirname "$0")
77
fi

0 commit comments

Comments
 (0)