mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1337162 - Enable the Linux content sandbox for non-Nightly builds. r=ted
MozReview-Commit-ID: 65aPquHzyfP --HG-- extra : rebase_source : 017080e3ae33289bb0b6a790027f9d02c380d47b
This commit is contained in:
parent
bbacba9f0d
commit
4821de2b58
@ -3737,14 +3737,14 @@ if test -n "$gonkdir"; then
|
||||
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
|
||||
fi
|
||||
|
||||
case "$OS_TARGET:$NIGHTLY_BUILD" in
|
||||
WINNT:*)
|
||||
case "$OS_TARGET" in
|
||||
WINNT)
|
||||
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
|
||||
;;
|
||||
Darwin:*)
|
||||
Darwin)
|
||||
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
|
||||
;;
|
||||
Linux:1)
|
||||
Linux)
|
||||
case $CPU_ARCH in
|
||||
x86_64|x86)
|
||||
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
|
||||
|
Loading…
Reference in New Issue
Block a user