pcre2: enable alternate character widths
This commit is contained in:
parent
d2a855b606
commit
840f4b0b55
@ -8,6 +8,8 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
"--enable-pcre2-16"
|
||||||
|
"--enable-pcre2-32"
|
||||||
"--enable-jit"
|
"--enable-jit"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user