set path for gcc dependencies when cross compiling

This commit is contained in:
Dave Murphy
2018-05-08 23:30:44 +01:00
parent 65c611892d
commit ac90deb1b6

View File

@@ -65,6 +65,7 @@ then
--with-system-zlib \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 8" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi