gcc10: Pass langJit to preConfigure

This should fix libgccjit on darwin.
This commit is contained in:
adisbladis 2021-02-26 12:10:21 +02:00
parent fdc872fa20
commit a439e0ef6e
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 1 additions and 1 deletions

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;