Skip to content

Commit

Permalink
Recursively search headers in default BUILD file
Browse files Browse the repository at this point in the history
  • Loading branch information
thufschmitt committed Jul 23, 2018
1 parent 896c2d9 commit d3b7f5f
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"]),
srcs = glob(["include/**/*.h"]),
)

0 comments on commit d3b7f5f

Please sign in to comment.