Merge pull request #2328 from zoddicus/fixBUILDgn

Make sure glslang_angle has a definition in BUILD.gn
This commit is contained in:
John Kessenich
2020-07-07 11:01:30 -06:00
committed by GitHub

View File

@@ -47,6 +47,9 @@ if (defined(is_fuchsia_tree) && is_fuchsia_tree) {
}
spirv_tools_dir = glslang_spirv_tools_dir
if (!defined(glslang_angle)) {
glslang_angle = false
}
config("glslang_public") {
include_dirs = [ "." ]