mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
fix amigaos3 building
This commit is contained in:
parent
3ac65ef6e2
commit
3b88e0ef9e
@ -135,6 +135,20 @@ case ${TARGET} in
|
|||||||
"ppc-amigaos")
|
"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")
|
"m68k-unknown-amigaos")
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user