Skip to content

Commit

Permalink
Merge pull request #2328 from zoddicus/fixBUILDgn
Browse files Browse the repository at this point in the history
Make sure glslang_angle has a definition in BUILD.gn
  • Loading branch information
johnkslang authored Jul 7, 2020
2 parents e8c9fd6 + eab46cf commit 29c9135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ "." ]
Expand Down

0 comments on commit 29c9135

Please sign in to comment.