mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Merge pull request #23 from steeve/patch-1
First Xcode detection when it's already installed
This commit is contained in:
commit
2407f06840
@ -26,7 +26,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -d "$XCODEDIR" ]; then
|
||||
if [ ! -d $XCODEDIR ]; then
|
||||
echo "cannot find Xcode (XCODEDIR=$XCODEDIR)"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user