mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Fix for #172
This commit is contained in:
parent
9f8eb9a381
commit
643f2884b9
@ -40,8 +40,7 @@ if [ $PLATFORM != "Darwin" -a $PLATFORM != "FreeBSD" ]; then
|
|||||||
{
|
{
|
||||||
echo "Your GCC installation is too old to build recent clang releases."
|
echo "Your GCC installation is too old to build recent clang releases."
|
||||||
echo "Building clang 3.4.2 instead."
|
echo "Building clang 3.4.2 instead."
|
||||||
CLANG_VERSION=3.4
|
CLANG_VERSION=3.4.2
|
||||||
CLANG_VERSION_PATCH=.2
|
|
||||||
}
|
}
|
||||||
} || \
|
} || \
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user