mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-20 01:14:04 -05:00
build universal pspsdk tools
This commit is contained in:
@@ -85,7 +85,7 @@ fi
|
||||
|
||||
if [ ! -f configure-sdk ]
|
||||
then
|
||||
./configure --with-pspdev="$prefix" $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
|
||||
CFLAGS_FOR_HOST=$cflags LDFLAGS=$ldflags ./configure --with-pspdev="$prefix" $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
|
||||
touch configure-sdk
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user