summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Docs')
-rw-r--r--Docs/env.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/env.sh b/Docs/env.sh
index b0a30c8d0..a1253f034 100644
--- a/Docs/env.sh
+++ b/Docs/env.sh
@@ -128,6 +128,12 @@ case "${HOST}" in
# default additional internal libraries
NS_FRONTEND_LIBS="libsvgtiny"
;;
+ m68k-unknown-amigaos)
+ # default tools required to build the browser
+ NS_TOOLS="nsgenbind"
+ # default additional internal libraries
+ NS_FRONTEND_LIBS="libsvgtiny"
+ ;;
*-unknown-freebsd*)
# tools required to build the browser for freebsd
NS_TOOLS=""