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 {
|
preConfigure = import ../common/pre-configure.nix {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
inherit version hostPlatform gnatboot langAda langGo;
|
inherit version hostPlatform gnatboot langAda langGo langJit;
|
||||||
};
|
};
|
||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user