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.
make
1 parent 381be13 commit 73a1cb2Copy full SHA for 73a1cb2
1 file changed
R/utils.R
@@ -96,8 +96,7 @@ arch_is_aarch64 <- function() {
96
make_cmd <- function() {
97
if (Sys.getenv("MAKE") != "") {
98
Sys.getenv("MAKE")
99
- } else if ((cmdstan_version() < "2.35.0") && os_is_windows() && !os_is_wsl() &&
100
- (Sys.getenv("CMDSTANR_USE_RTOOLS") == "")) {
+ } else if (os_is_windows() && !os_is_wsl() && (Sys.getenv("CMDSTANR_USE_RTOOLS") == "")) {
101
"mingw32-make.exe"
102
} else {
103
"make"
0 commit comments