mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
env.sh: support arm-riscos-gnueabi
This commit is contained in:
parent
217f71357e
commit
2f56bc568d
@ -284,7 +284,7 @@ case "${HOST}" in
|
||||
# libraries required for the Darwin target abi
|
||||
NS_FRONTEND_LIBS="libsvgtiny libnsfb"
|
||||
;;
|
||||
arm-unknown-riscos|arm-riscos-gnueabihf)
|
||||
arm-unknown-riscos|arm-riscos-gnueabi*)
|
||||
# tools required to build the browser for RISC OS
|
||||
NS_TOOLS="nsgenbind"
|
||||
# libraries required for the risc os target abi
|
||||
|
Loading…
Reference in New Issue
Block a user