mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Fix for #200
This commit is contained in:
parent
5819953299
commit
0713de13d6
@ -171,10 +171,7 @@ create_wrapper_link pkg-config
|
||||
|
||||
if [ "$PLATFORM" != "Darwin" ]; then
|
||||
create_wrapper_link sw_vers 1
|
||||
which dsymutil &>/dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
create_wrapper_link dsymutil 1
|
||||
fi
|
||||
which dsymutil &>/dev/null || create_wrapper_link dsymutil 1
|
||||
create_wrapper_link xcrun 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user