Skip to content

Commit

Permalink
correct HAVE_CLOSE_RANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexicon226 committed Jun 29, 2024
1 parent bf88164 commit 24439f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn generateLibPython(
.HAVE_CLOCK_GETRES = 1,
.HAVE_CLOCK_GETTIME = 1,
.HAVE_CLOCK_SETTIME = 1,
.HAVE_CLOSE_RANGE = 0,
.HAVE_CLOSE_RANGE = null,
.HAVE_COMPUTED_GOTOS = 1,
.HAVE_CONFSTR = 1,
.HAVE_COPY_FILE_RANGE = 1,
Expand Down

0 comments on commit 24439f2

Please sign in to comment.