Skip to content

Commit

Permalink
Merge pull request KhronosGroup#2331 from ben-clayton/fix-chromium
Browse files Browse the repository at this point in the history
Attempt to fix chromium builds
  • Loading branch information
johnkslang authored Jul 10, 2020
2 parents 0203976 + 360ba05 commit 2041586
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 @@ -242,7 +242,6 @@ template("glslang_sources_common") {

if (invoker.enable_opt) {
deps += [
":glslang_build_info",
"${spirv_tools_dir}:spvtools_opt",
"${spirv_tools_dir}:spvtools_val",
]
Expand Down Expand Up @@ -289,6 +288,7 @@ executable("glslang_validator") {
deps = [
":glslang_default_resource_limits_sources",
":glslang_sources",
":glslang_build_info",
]
public_configs = [ ":glslang_hlsl" ]

Expand Down

0 comments on commit 2041586

Please sign in to comment.