We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0066c commit c6a0036Copy full SHA for c6a0036
src/install.libs.R.in
@@ -62,7 +62,6 @@
62
tbbLibs <- tbbLibs[!nzchar(Sys.readlink(tbbLibs))]
63
64
# copy / link the libraries
65
- writeLines(paste("*", tbbLibs))
66
useSymlinks <- Sys.getenv("TBB_USE_SYMLINKS", unset = "TRUE")
67
if (useSymlinks)
68
file.symlink(tbbLibs, tbbDest)
0 commit comments