Skip to content

Commit

Permalink
build: Set HAVE_GETOPT_H.
Browse files Browse the repository at this point in the history
We can't yet tell if this header is available, perhaps we can do this with a
Build Attribute?
  • Loading branch information
jaqx0r committed Apr 14, 2024
1 parent a57d568 commit 9b0a7a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ cc_binary(
"filtergen.c",
"gen.c",
],
local_defines = [
"HAVE_GETOPT_H",
],
deps = [
":version",
"//input/filtergen:in_filtergen",
Expand Down

0 comments on commit 9b0a7a2

Please sign in to comment.