mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
build universal pspsdk tools
This commit is contained in:
parent
96ae7208fd
commit
5a4d546762
|
|
@ -85,7 +85,7 @@ fi
|
||||||
|
|
||||||
if [ ! -f configure-sdk ]
|
if [ ! -f configure-sdk ]
|
||||||
then
|
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
|
touch configure-sdk
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user