Disable libstdcxxHook
This commit is contained in:
parent
5df94bfc66
commit
fdc8b68d9a
@ -13,7 +13,6 @@ let
|
||||
inherit gcc;
|
||||
in wrapCCWith rec {
|
||||
cc = icc-unwrapped;
|
||||
extraPackages = [ libstdcxxHook ];
|
||||
extraBuildCommands = ''
|
||||
echo "-B${gcc.cc}/lib/gcc/${targetConfig}/${gcc.version}" >> $out/nix-support/cc-cflags
|
||||
echo "-L${gcc.cc}/lib/gcc/${targetConfig}/${gcc.version}" >> $out/nix-support/cc-ldflags
|
||||
|
Loading…
Reference in New Issue
Block a user