fix some buildscript problems

This commit is contained in:
mtheall
2012-09-25 20:50:04 -05:00
parent 4572684bf5
commit c372699fc7
4 changed files with 25 additions and 8 deletions

View File

@@ -1,5 +1,17 @@
#!/bin/bash
VERSION=0
case "$BUILD_DKPRO_PACKAGE" in
"1" )
VERSION=1
;;
"2" )
VERSION=2
;;
"3" )
VERSION=3
;;
esac
while [ $VERSION -eq 0 ]
do
echo
@@ -47,4 +59,4 @@ case "$VERSION" in
target=psp
toolchain=DEVKITPSP
;;
esac
esac