summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-08-25 13:30:58 +0200
committerBert Belder <bertbelder@gmail.com>2018-08-25 14:16:41 +0200
commit3bcf7e271f775002ba9c010ad79e321a3888187d (patch)
treed590619c229579869dbc6c89ac96d5f3f25b86f1 /BUILD.gn
parentc003df53ab1aba724cdd6a7566302f72d0df97d7 (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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c7251981d..5bb2d2ef2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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