Skip to content

Commit

Permalink
Merge pull request #220 from barracuda156/macos
Browse files Browse the repository at this point in the history
Makevars.in: fix a linker flag for TBB_LIB
  • Loading branch information
kevinushey authored Jun 19, 2024
2 parents 3756f5b + 8b6ffe4 commit 3565bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif

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

ifeq ($(OS), Windows_NT)
Expand Down

0 comments on commit 3565bd6

Please sign in to comment.