Skip to content

Commit 8b6ffe4

Browse files
committed
Makevars.in: fix a linker flag for TBB_LIB
1 parent c5d3b57 commit 8b6ffe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
endif
2929

3030
ifdef TBB_LIB
31-
PKG_LIBS = -Wl,-L,"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
31+
PKG_LIBS = -Wl,-L"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
3232
endif
3333

3434
ifeq ($(OS), Windows_NT)

0 commit comments

Comments
 (0)