icc2021: added stdc++ includes

This commit is contained in:
Raúl Peñacoba
2021-07-05 17:06:23 +02:00
committed by Rodrigo Arias Mallo
parent ef5e98e06d
commit 5789b4a77a
2 changed files with 3 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ let
icc2021 = appendPasstru (callPackage ./bsc/intel-compiler/wrapper2021.nix {
iccUnwrapped = bsc.icc2021Unwrapped;
}) { CC = "icc"; CXX = "icpc"; };
}) { CC = "icx"; CXX = "icpx"; };
icc = bsc.icc2020;