BUILD.gn: fix typo for 'cflags' (#4169)

This commit is contained in:
Corentin Wallez 2021-03-11 10:08:33 +00:00 committed by GitHub
parent 77eb2b608e
commit 5d8c40399e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]
}
}