Skip to content

Commit 0f779b9

Browse files
committed
use .xz for gcc
1 parent ae4678d commit 0f779b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# devkitA64 release 8
66
#---------------------------------------------------------------------------------
77

8-
if [ 1 -eq 1 ] ; then
8+
if [ 0 -eq 1 ] ; then
99
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
1010
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
1111
echo "https://github.com/devkitPro/buildscripts/releases"

0 commit comments

Comments
 (0)