Fix switch makefile and enable switch build again

This commit is contained in:
Romain Graillot
2019-07-30 10:01:00 +02:00
parent 7c58f10721
commit 9709d5dfc7
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ if ! echo "$SHA256 $FILE" | shasum -c - ; then
fi
cd /
$SUDO apt-get install "${TMP}/${FILE}" || exit 1
$SUDO dpkg -i "${TMP}/${FILE}" || exit 1
echo "devkitpro pacman installed"
yes Y | $SUDO dkp-pacman -S devkitA64 devkit-env libnx switch-tools switch-pkg-config switch-sdl2 switch-sdl2_ttf switch-sdl2_image switch-zlib switch-bzip2 switch-libpng switch-libjpeg-turbo switch-freetype || exit 1
echo "Switch toolchain and library extracted to /opt/devkitpro.."