clangOmpss2: use relative path for BINDIR
Absolute paths are not supported and cause a silent error when installing the clang++ and other symlinks. See:d93a11c138
58580e922a
This commit is contained in:
parent
6e7a7febd4
commit
a2195aef43
@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
|
||||
"-DLLVM_ENABLE_PROJECTS=clang;openmp;compiler-rt"
|
||||
"-DLLVM_ENABLE_ASSERTIONS=${enableAssertions}"
|
||||
"-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
|
||||
"-DCMAKE_INSTALL_BINDIR=bin"
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user