fix amigaos3 building

This commit is contained in:
Vincent Sanders 2017-12-11 13:17:14 +00:00
parent 3ac65ef6e2
commit 3b88e0ef9e
1 changed files with 14 additions and 0 deletions

View File

@ -135,6 +135,20 @@ case ${TARGET} in
"ppc-amigaos")
;;
*)
echo "Target \"${TARGET}\" cannot be built on \"${HOST})\""
exit 1
;;
esac
PKG_SRC=NetSurf_Amiga/netsurf
PKG_SFX=.lha
;;
"amigaos3")
case ${HOST} in
"m68k-unknown-amigaos")
;;