Skip to content

Commit 48ca5e6

Browse files
committed
amend to non-GNU-make specific approach
1 parent 57eb00e commit 48ca5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ get_cmdstan_flags <- function(flag_name) {
678678
cmdstan_path <- cmdstanr::cmdstan_path()
679679
flags <- wsl_compatible_run(
680680
command = "make",
681-
args = c("--no-print-directory", paste0("print-", flag_name)),
681+
args = c("-s", paste0("print-", flag_name)),
682682
wd = cmdstan_path
683683
)$stdout
684684

0 commit comments

Comments
 (0)