Skip to content

Commit

Permalink
Wrong windows include
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 24, 2024
1 parent ac2e4e7 commit 5d28948
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 @@ -754,7 +754,7 @@ with_cmdstan_flags <- function(expr) {
new_makevars <- c(
new_makevars,
SHLIB_LD = paste0(rtools4x_toolchain_path(),"/gcc"),
LOCAL_CPPFLAGS = paste0("-L'",rtools4x_toolchain_path(),"/../include'"),
LOCAL_CPPFLAGS = paste0("-I'",rtools4x_toolchain_path(),"/../include'"),
LOCAL_LIBS = paste0("-L'",rtools4x_toolchain_path(),"/../lib'")
)
}
Expand Down

0 comments on commit 5d28948

Please sign in to comment.