We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1622cf9 commit 8d26191Copy full SHA for 8d26191
1 file changed
src/Makevars.in
@@ -8,7 +8,7 @@ PKG_CPPFLAGS = -I../inst/include
8
endif
9
10
ifdef TBB_LIB
11
-PKG_LIBS = -L$(TBB_LIB) -ltbb
+PKG_LIBS = -Wl,-L,"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
12
13
14
ifeq ($(OS), Windows_NT)
0 commit comments