mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
build universal pspsdk tools
This commit is contained in:
parent
96ae7208fd
commit
5a4d546762
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user