mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-21 09:57:20 -05:00
enable building for release scripts, update devkitARM version
This commit is contained in:
parent
7f0d198604
commit
be715a8f13
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# Build scripts for
|
||||
# devkitARM release 34
|
||||
# devkitARM release 35
|
||||
# devkitPPC release 24
|
||||
# devkitPSP release 15
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
if [ 1 -eq 1 ] ; then
|
||||
if [ 0 -eq 1 ] ; then
|
||||
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
|
||||
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
|
||||
echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user