diff --git a/pkgs/rocm-modules/llvm/default.nix b/pkgs/rocm-modules/llvm/default.nix index 0ab9c2d..141c3df 100644 --- a/pkgs/rocm-modules/llvm/default.nix +++ b/pkgs/rocm-modules/llvm/default.nix @@ -169,7 +169,7 @@ let # our /include now has more than clang expects, so this specific dir still needs to point to cc.dev # FIXME: could copy into a different subdir? sed -i 's|set(CLANG_INCLUDE_DIRS.*$|set(CLANG_INCLUDE_DIRS "${cc.dev}/include")|g' $out/lib/cmake/clang/ClangConfig.cmake - # ${lib.getExe rdfind} -makesymlinks true $out/ # create links *within* the sysroot to save space + ${lib.getExe rdfind} -makesymlinks true $out/ # create links *within* the sysroot to save space ''; findClangNostdlibincPatch = x: