Skip to content

Commit d431522

Browse files
committed
disable autodetect
1 parent 1326703 commit d431522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/configure.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ if (!is.na(tbbLib) && is.na(tbbInc)) {
161161
# if TBB_LIB and TBB_INC are still not defined, try auto-detecting
162162
tryAutoDetect <-
163163
.Platform$OS.type == "unix" &&
164-
Sys.getenv("TBB_AUTODETECT", unset = "TRUE") == "TRUE" &&
164+
Sys.getenv("TBB_AUTODETECT", unset = "FALSE") == "TRUE" &&
165165
is.na(tbbLib) &&
166166
is.na(tbbInc)
167167

0 commit comments

Comments
 (0)