Merge pull request #114451 from adisbladis/libgccjit-darwin

gcc10: Pass langJit to preConfigure
This commit is contained in:
adisbladis 2021-02-26 12:45:32 +02:00 committed by GitHub
commit a2040f58f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ stdenv.mkDerivation ({
preConfigure = import ../common/pre-configure.nix {
inherit lib;
inherit version hostPlatform gnatboot langAda langGo;
inherit version hostPlatform gnatboot langAda langGo langJit;
};
dontDisableStatic = true;