mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
First Xcode detection when it's already installed
`XCODEDIR` isn't properly detected when using installed Xcode
This commit is contained in:
parent
06c8060aae
commit
bc0a42a045
@ -26,7 +26,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "$XCODEDIR" ]; then
|
if [ ! -d $XCODEDIR ]; then
|
||||||
echo "cannot find Xcode (XCODEDIR=$XCODEDIR)"
|
echo "cannot find Xcode (XCODEDIR=$XCODEDIR)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user