This commit is contained in:
Thomas Pöchtrager 2019-10-22 12:42:16 +02:00
parent 5819953299
commit 0713de13d6

View File

@ -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