aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Wallez <cwallez@google.com>2021-03-11 10:08:33 +0000
committerGitHub <noreply@github.com>2021-03-11 10:08:33 +0000
commit5d8c40399e1a483c168246215e4637e19551cd4f (patch)
tree796f2d8c56273d582a0aa8bdc5ec08b8df27613d
parent77eb2b608e0c598899f6f7cf08c369a7a4925aef (diff)
downloadspirv-tools-5d8c40399e1a483c168246215e4637e19551cd4f.tar.gz
BUILD.gn: fix typo for 'cflags' (#4169)
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a2569617..9f07c94f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -334,7 +334,7 @@ config("spvtools_internal_config") {
]
} else if (!is_win) {
# Work around a false-positive on a Skia GCC 10 builder.
- cflgas += [ "-Wno-format-truncation" ]
+ cflags += [ "-Wno-format-truncation" ]
}
}