Skip to content

Commit ad4246d

Browse files
committed
oops, forgot to update rules script for devkitPPC
1 parent 9165c28 commit ad4246d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dkppc/scripts/build-crtls.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# set env variables
55
#---------------------------------------------------------------------------------
66
export DEVKITPRO=$TOOLPATH
7-
export DEVKITARM=$DEVKITPRO/devkitARM
7+
export DEVKITPPC=$DEVKITPRO/devkitPPC
88

99
#---------------------------------------------------------------------------------
1010
# Install the rules files
@@ -13,5 +13,5 @@ cd $BUILDDIR
1313

1414
mkdir -p rules
1515
cd rules
16-
tar -xvf $SRCDIR/devkitarm-rules-$DKARM_RULES_VER.tar.xz
16+
tar -xvf $SRCDIR/devkitppc-rules-$DKPPC_RULES_VER.tar.xz
1717
make install

0 commit comments

Comments
 (0)