Fix libcxx include path

This commit is contained in:
2020-07-21 16:31:31 +02:00
parent 10b061aa96
commit 1e54fbdc43
3 changed files with 9 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
version = "11.0.0";
pname = "clang-ompss2";
enableParallelBuilding = true;
#isClang = true;
isClang = true;
#isGNU = true;
isClangWithOmpss = true;