mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-25 10:54:34 +03:00
make js library selection target dependant
This commit is contained in:
parent
9a59103c6a
commit
b9c2b5df65
@ -302,8 +302,18 @@ fi
|
||||
|
||||
# convert javascript parameters
|
||||
if [ "${BUILD_JS}" = "json" ];then
|
||||
BUILD_MOZJS=NO
|
||||
BUILD_JS=YES
|
||||
case ${TARGET} in
|
||||
"riscos")
|
||||
BUILD_MOZJS=NO
|
||||
BUILD_JS=YES
|
||||
;;
|
||||
*)
|
||||
BUILD_MOZJS=YES
|
||||
BUILD_JS=NO
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
else
|
||||
BUILD_JS=NO
|
||||
BUILD_MOZJS=NO
|
||||
|
Loading…
x
Reference in New Issue
Block a user