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 9a5389c commit ac19b6dCopy full SHA for ac19b6d
src/Makevars.in
@@ -101,7 +101,7 @@ ifeq ($(USE_TBB), Windows)
101
102
# Linker needs access to the tbb dll; otherwise you get errors such as:
103
# "undefined reference to `tbb::task_scheduler_init::terminate()'"
104
- PKG_LIBS += -L../inst/lib/$(ARCH_DIR) -ltbb -ltbbmalloc
+ PKG_LIBS += -L../inst/libs/$(ARCH_DIR) -ltbb -ltbbmalloc
105
106
endif
107
0 commit comments