mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
fix amigaos3 building
This commit is contained in:
parent
3ac65ef6e2
commit
3b88e0ef9e
@ -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")
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user