build universal pspsdk tools

This commit is contained in:
Dave Murphy 2012-04-04 15:09:19 +01:00
parent 96ae7208fd
commit 5a4d546762

View File

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