Skip to content

Commit da6bdf5

Browse files
committed
Linux GN arguments change
1 parent 3b063f4 commit da6bdf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
if platform.system() in ("Linux",):
4141
gn_args["v8_static_library"] = "true"
4242
gn_args["v8_monolithic_for_shared_library"] = "true"
43+
gn_args["use_sysroot"] = "true"
4344

4445
source_files = [
4546
"Exception.cpp",

0 commit comments

Comments
 (0)