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.
2 parents 3756f5b + 8b6ffe4 commit 3565bd6Copy full SHA for 3565bd6
src/Makevars.in
@@ -13,7 +13,7 @@ endif
13
14
# If TBB_LIB is defined, link to that explicitly.
15
ifdef TBB_LIB
16
- PKG_LIBS = -Wl,-L,"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
+ PKG_LIBS = -Wl,-L"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
17
endif
18
19
ifeq ($(OS), Windows_NT)
0 commit comments