clangOmpss2: wrap clang++ too

This commit is contained in:
Rodrigo Arias 2022-02-21 11:51:09 +01:00
parent 0b319b8a63
commit 6e7a7febd4

View File

@ -29,5 +29,7 @@ in wrapCCWith rec {
echo "# Hack to include NANOS6_HOME" >> $out/nix-support/setup-hook
echo "export NANOS6_HOME=${nanos6}" >> $out/nix-support/setup-hook
wrap clang++ $wrapper $ccPath/clang++
'';
}