mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-04 08:15:09 -05:00
fix for OSX
This commit is contained in:
parent
5a4d546762
commit
d43247bbcc
|
|
@ -83,10 +83,10 @@ then
|
|||
touch bootstrap-sdk
|
||||
fi
|
||||
|
||||
if [ ! -f configure-sdk ]
|
||||
if [ ! -f configured-sdk ]
|
||||
then
|
||||
CFLAGS_FOR_HOST=$cflags LDFLAGS=$ldflags ./configure --with-pspdev="$prefix" $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
|
||||
touch configure-sdk
|
||||
CFLAGS_FOR_HOST=$cflags LDFLAGS=$ldflags ./configure --with-pspdev="$prefix" --disable-dependency-tracking $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
|
||||
touch configured-sdk
|
||||
fi
|
||||
|
||||
if [ ! -f install-sdk-data ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user