Skip to content

Commit

Permalink
Merge pull request #137 from sayrer/find-more-headers
Browse files Browse the repository at this point in the history
Allow BUILD.pkg to find more kinds of header files
  • Loading branch information
mergify[bot] authored Aug 24, 2020
2 parents 85b767e + ad6db13 commit dc24090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/BUILD.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ filegroup(

filegroup(
name = "include",
srcs = glob(["include/**/*.h"], allow_empty = True),
srcs = glob(["include/**/*.h", "include/**/*.hh", "include/**/*.hpp", "include/**/*.hxx"], allow_empty = True),
)

0 comments on commit dc24090

Please sign in to comment.