mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
fix for #31
This commit is contained in:
parent
8543a46c6c
commit
f8cd5e5818
@ -10,6 +10,8 @@ source tools/tools.sh
|
|||||||
TARBALL_DIR=$BASE_DIR/tarballs
|
TARBALL_DIR=$BASE_DIR/tarballs
|
||||||
BUILD_DIR=$BASE_DIR/build
|
BUILD_DIR=$BASE_DIR/build
|
||||||
|
|
||||||
|
mkdir -p $BUILD_DIR
|
||||||
|
|
||||||
if [ -z "$SKIP_GCC_CHECK" ]; then
|
if [ -z "$SKIP_GCC_CHECK" ]; then
|
||||||
if [ $PLATFORM != "Darwin" -a $PLATFORM != "FreeBSD" ]; then
|
if [ $PLATFORM != "Darwin" -a $PLATFORM != "FreeBSD" ]; then
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
Reference in New Issue
Block a user