Commit d65bcd4
authored
fix lookup path for tbb stub library on windows (#250)
The stub loader added in #249 resolved tbb.dll via tbbRoot(), which
prefers TBB_LIB when set -- and on Windows, configure always sets
TBB_LIB to the Rtools library directory, which contains only static
TBB libraries. As a result, the lookup silently failed and the stub
was never loaded.
Resolve against the package's own lib directory instead, which is
where install.libs.R places the stub.1 parent 11ba91f commit d65bcd4
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments