◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
4 changes: 2 additions & 2 deletions src/install.libs.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
tbbDll <- file.path(tbbDest, "tbb.dll")
if (!file.exists(tbbDll)) {
writeLines("** creating tbb stub library")
status <- system("R CMD SHLIB tbb-compat/tbb-compat.cpp")
if (status != 0)
stop("error building tbb stub library")
file.rename("tbb-compat/tbb-compat.dll", file.path(tbbDest, "tbb.dll"))
}
}

Loading
Toggle all file notes Toggle all file annotations