Skip to content

Commit 3861853

Browse files
committed
Change sandboxing settings again.
1 parent 6026dcd commit 3861853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def setdefault(self, name, value):
5555

5656

5757
G = Environment()
58-
G.setdefault("AB_SANDBOX", "yes")
5958

6059

6160
class PathFinderImpl(PathFinder):
@@ -701,6 +700,7 @@ def main():
701700
if "=" in line:
702701
name, value = line.split("=", 1)
703702
G.setdefault(name.strip(), value.strip())
703+
G.setdefault("AB_SANDBOX", "yes")
704704

705705
global ninjaFp, shellFp, outputdir
706706
outputdir = args.outputdir

0 commit comments

Comments
 (0)