Merge pull request #114451 from adisbladis/libgccjit-darwin
gcc10: Pass langJit to preConfigure
This commit is contained in:
commit
a2040f58f3
@ -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