Skip to content

Commit 3565bd6

Browse files
authored
Merge pull request #220 from barracuda156/macos
Makevars.in: fix a linker flag for TBB_LIB
2 parents 3756f5b + 8b6ffe4 commit 3565bd6

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
@@ -13,7 +13,7 @@ endif
1313

1414
# If TBB_LIB is defined, link to that explicitly.
1515
ifdef TBB_LIB
16-
PKG_LIBS = -Wl,-L,"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
16+
PKG_LIBS = -Wl,-L"$(TBB_LIB)" -Wl,-rpath,"$(TBB_LIB)" -ltbb -ltbbmalloc
1717
endif
1818

1919
ifeq ($(OS), Windows_NT)

0 commit comments

Comments
 (0)