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 5b167bf commit 6dccebeCopy full SHA for 6dccebe
src/Makevars.in
@@ -97,7 +97,7 @@ endif
97
98
# When TBB_LIB is unset on MacOS, link to the bundled version (#206)
99
ifeq ($(USE_TBB)$(TBB_LIB),Mac)
100
- PKG_LIBS += -Ltbb/build/lib_release -ltbb -ltbbmalloc
+ PKG_LIBS += -Ltbb/build/lib_release -ltbb -Wl,-rpath,'@loader_path/../lib'
101
endif
102
103
# For Solaris detect if this is 32-bit R on x86 and if so forward that to TBB
0 commit comments