Skip to content

Commit

Permalink
Hard-code MAX_VARLOOKBEHIND
Browse files Browse the repository at this point in the history
How, who and where is this supposed to otherwise be inputted? I don't
get it.
  • Loading branch information
plajjan committed Aug 5, 2024
1 parent e4ccef3 commit 2afc8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub fn build(b: *std.Build) !void {
.flags = &.{
"-DHAVE_CONFIG_H",
"-DPCRE2_STATIC",
"-DMAX_VARLOOKBEHIND=255",
},
});

Expand Down

0 comments on commit 2afc8e2

Please sign in to comment.