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
|
if [ "$PLATFORM" != "Darwin" ]; then
|
||||||
create_wrapper_link sw_vers 1
|
create_wrapper_link sw_vers 1
|
||||||
which dsymutil &>/dev/null
|
which dsymutil &>/dev/null || create_wrapper_link dsymutil 1
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
create_wrapper_link dsymutil 1
|
|
||||||
fi
|
|
||||||
create_wrapper_link xcrun 1
|
create_wrapper_link xcrun 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user