gcc10: Pass langJit to preConfigure
This should fix libgccjit on darwin.
This commit is contained in:
parent
fdc872fa20
commit
a439e0ef6e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue