Merge pull request #95329 from JohnAZoidberg/pcre2-riscv

This commit is contained in:
Daniel Schaefer 2020-08-26 11:36:57 +08:00 committed by GitHub
commit 4fec6c4190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-pcre2-16"
"--enable-pcre2-32"
"--enable-jit"
];
] ++ stdenv.lib.optional (!stdenv.hostPlatform.isRiscV) "--enable-jit";
outputs = [ "bin" "dev" "out" "doc" "man" "devdoc" ];