clangOmpss2: wrap clang++ too
This commit is contained in:
parent
0b319b8a63
commit
6e7a7febd4
@ -29,5 +29,7 @@ in wrapCCWith rec {
|
|||||||
|
|
||||||
echo "# Hack to include NANOS6_HOME" >> $out/nix-support/setup-hook
|
echo "# Hack to include NANOS6_HOME" >> $out/nix-support/setup-hook
|
||||||
echo "export NANOS6_HOME=${nanos6}" >> $out/nix-support/setup-hook
|
echo "export NANOS6_HOME=${nanos6}" >> $out/nix-support/setup-hook
|
||||||
|
|
||||||
|
wrap clang++ $wrapper $ccPath/clang++
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user