correct psp sdk configure

This commit is contained in:
Dave Murphy
2007-12-11 07:15:17 +00:00
parent 6e302d4458
commit d5ab855f41

View File

@@ -84,7 +84,7 @@ fi
if [ ! -f configure-sdk ]
then
./configure || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
./configure --with-pspdev="$prefix" || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
touch configure-sdk
fi