mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-20 09:24:11 -05:00
fix some buildscript problems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user