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 c5d3b57 commit 8b6ffe4Copy full SHA for 8b6ffe4
src/Makevars.in
@@ -28,7 +28,7 @@ else
28
endif
29
30
ifdef TBB_LIB
31
- PKG_LIBS = -Wl,-L,"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
+ PKG_LIBS = -Wl,-L"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
32
33
34
ifeq ($(OS), Windows_NT)
0 commit comments