Skip to content

Commit

Permalink
Fix SPIRV-Reflect build file missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-purcell authored and AWoloszyn committed Aug 27, 2018
1 parent 93d2fcb commit 26ab445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/third_party/spirv-reflect.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cc_library(
],
hdrs = [
"spirv_reflect.h",
"include/spirv/unified1/spirv.h",
],
copts = ["-std=c99"],
include_prefix = "third_party/SPIRV-Reflect/",
Expand Down

0 comments on commit 26ab445

Please sign in to comment.