gcc10: Pass langJit to preConfigure

This should fix libgccjit on darwin.
wip/yesman
adisbladis 3 years ago
parent fdc872fa20
commit a439e0ef6e
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
  1. 2
      pkgs/development/compilers/gcc/10/default.nix

@ -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…
Cancel
Save