forked from OSchip/llvm-project
[gn build] (manually) port 5e31e226b5: Use Py3 for the build
Made necessary by 20670ba440
, the first Py3-only change.
This commit is contained in:
parent
471dec3801
commit
fc3f53fcda
|
@ -8,6 +8,9 @@ buildconfig = "//llvm/utils/gn/build/BUILDCONFIG.gn"
|
|||
# whitelisting things here.
|
||||
exec_script_whitelist = []
|
||||
|
||||
# Execute action() targets using Python 3.
|
||||
script_executable = "python3"
|
||||
|
||||
# The normal GN setup is to have BUILD.gn files in-tree and a root BUILD.gn
|
||||
# file. Since LLVM's GN build is unofficial, set secondary_source to tell GN
|
||||
# that e.g. llvm/lib/Demangle/BUILD.gn is found at
|
||||
|
|
Loading…
Reference in New Issue