Skip to content

Commit

Permalink
Merge pull request KhronosGroup#1723 from null77/gn-val-executable
Browse files Browse the repository at this point in the history
GN: Make glslang_validator an executable.
  • Loading branch information
johnkslang authored Mar 12, 2019
2 parents 40c16ec + e880e96 commit 437a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ source_set("glslang_default_resource_limits_sources") {
public_configs = [ ":glslang_public" ]
}

source_set("glslang_validator") {
executable("glslang_validator") {
sources = [
"StandAlone/DirStackFileIncluder.h",
"StandAlone/StandAlone.cpp",
Expand Down

0 comments on commit 437a552

Please sign in to comment.