Skip to content

Commit

Permalink
amend to non-GNU-make specific approach
Browse files Browse the repository at this point in the history
  • Loading branch information
pearsonca committed Nov 21, 2023
1 parent 57eb00e commit 48ca5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ get_cmdstan_flags <- function(flag_name) {
cmdstan_path <- cmdstanr::cmdstan_path()
flags <- wsl_compatible_run(
command = "make",
args = c("--no-print-directory", paste0("print-", flag_name)),
args = c("-s", paste0("print-", flag_name)),
wd = cmdstan_path
)$stdout

Expand Down

0 comments on commit 48ca5e6

Please sign in to comment.