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 834eb5d commit 7859edcCopy full SHA for 7859edc
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$(shell pwd)/tbb/build/lib_release -ltbb -ltbbmalloc
+ PKG_LIBS += -Ltbb/build/lib_release -ltbb -ltbbmalloc
105
106
endif
107
0 commit comments