aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 14ce04a298..2b333af09c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -429,6 +429,9 @@ if (skia_lex) {
action("run_sksllex") {
script = "gn/run_sksllex.py"
+ deps = [
+ ":sksllex(//gn/toolchain:$host_toolchain)",
+ ]
sources = [
"src/sksl/lex/layout.lex",
"src/sksl/lex/sksl.lex",