fix another derp with the ngc recipes
This commit is contained in:
parent
e12c7322e0
commit
9c26f93b74
|
@ -1500,7 +1500,7 @@ then
|
|||
rm *.a
|
||||
cp -v $RARCH_DIST_DIR/*.a .
|
||||
|
||||
ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_psp1." $2 }' |sh
|
||||
ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_ngc." $2 }' |sh
|
||||
sh ./ngc-cores.sh
|
||||
if [ $? -eq 0 ];
|
||||
then
|
||||
|
|
|
@ -4,7 +4,7 @@ PLATFORM ngc
|
|||
CC powerpc-eabi-gcc
|
||||
CXX powerpc-eabi-g++
|
||||
AR powerpc--eabi-ar
|
||||
SUFFIX _wii
|
||||
SUFFIX _ngc
|
||||
DEVKITPRO /opt/devkitPro
|
||||
DEVKITPPC /opt/devkitPro/devkitPPC
|
||||
RA YES
|
||||
|
|
Loading…
Reference in New Issue