diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-08-25 13:30:58 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-08-25 14:16:41 +0200 |
commit | 3bcf7e271f775002ba9c010ad79e321a3888187d (patch) | |
tree | d590619c229579869dbc6c89ac96d5f3f25b86f1 /BUILD.gn | |
parent | c003df53ab1aba724cdd6a7566302f72d0df97d7 (diff) |
Build: make it possible to use ccache/sccache on windows
Also auto-detect the availability of sccache in setup.py.
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ import("//build_extra/flatbuffers/flatbuffer.gni") import("//build_extra/flatbuffers/rust/rust_flatbuffer.gni") import("//build_extra/deno.gni") import("//build_extra/rust/rust.gni") +import("//build_extra/toolchain/validate.gni") group("default") { testonly = true |