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 1326703 commit d431522Copy full SHA for d431522
tools/config/configure.R
@@ -161,7 +161,7 @@ if (!is.na(tbbLib) && is.na(tbbInc)) {
161
# if TBB_LIB and TBB_INC are still not defined, try auto-detecting
162
tryAutoDetect <-
163
.Platform$OS.type == "unix" &&
164
- Sys.getenv("TBB_AUTODETECT", unset = "TRUE") == "TRUE" &&
+ Sys.getenv("TBB_AUTODETECT", unset = "FALSE") == "TRUE" &&
165
is.na(tbbLib) &&
166
is.na(tbbInc)
167
0 commit comments