Skip to content

Commit 5292765

Browse files
committed
account for cross compile when removing sys-include
1 parent 38432ae commit 5292765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dkppc/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ then
157157
touch installed-stage2
158158
fi
159159

160-
rm -fr $INSTALLDIR/devkitPPC/$target/sys-include
160+
rm -fr $prefix/$target/sys-include
161161

162162
cd $BUILDDIR
163163

0 commit comments

Comments
 (0)