Skip to content

Commit 821da4f

Browse files
Merge pull request #30 from lightpanda-io/update_get_ninja_script
Update Get ninja binaries script (Python syntax)
2 parents a9a8985 + b892840 commit 821da4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get_ninja_gn_binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def DownloadAndUnpack(url, output_dir):
6868
f.seek(0)
6969
EnsureDirExists(output_dir)
7070
t = tarfile.open(mode='r:gz', fileobj=f)
71-
t.extractall(path=output_dir)
71+
t.extractall(path=output_dir, filter='fully_trusted')
7272

7373

7474
def Update():

0 commit comments

Comments
 (0)