mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-12 20:46:01 -05:00
correct psp sdk configure
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user