Unverified Commit 4b5159ea by John Kessenich Committed by GitHub

Merge pull request #1908 from digit-google/fuchsia-fixes

Fix Fuchsia build.
parents e0932f67 9d43c7f3
......@@ -167,6 +167,7 @@ source_set("glslang_sources") {
"-Wno-sign-compare",
"-Wno-unused-variable",
"-Wno-missing-field-initializers",
"-Wno-newline-eof",
]
}
if (is_win && !is_clang) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment