Unverified Commit 29c9135d by John Kessenich Committed by GitHub

Merge pull request #2328 from zoddicus/fixBUILDgn

Make sure glslang_angle has a definition in BUILD.gn
parents e8c9fd60 eab46cfd
...@@ -47,6 +47,9 @@ if (defined(is_fuchsia_tree) && is_fuchsia_tree) { ...@@ -47,6 +47,9 @@ if (defined(is_fuchsia_tree) && is_fuchsia_tree) {
} }
spirv_tools_dir = glslang_spirv_tools_dir spirv_tools_dir = glslang_spirv_tools_dir
if (!defined(glslang_angle)) {
glslang_angle = false
}
config("glslang_public") { config("glslang_public") {
include_dirs = [ "." ] include_dirs = [ "." ]
......
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