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