Skip to content

Commit 1a8edd5

Browse files
committed
ensure space between lib entries
1 parent 688f292 commit 1a8edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/build.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tbbLdFlags <- function() {
3939
# on Windows we need to explicitly link against tbb.dll
4040
if (Sys.info()['sysname'] == "Windows") {
4141
tbb <- tbbLibPath()
42-
paste("-L", asBuildPath(dirname(tbb)), " -ltbb", "-ltbbmalloc", sep = "")
42+
paste("-L", asBuildPath(dirname(tbb)), " -ltbb -ltbbmalloc", sep = "")
4343
} else {
4444
""
4545
}

0 commit comments

Comments
 (0)