Skip to content

Commit

Permalink
Update clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 25, 2023
1 parent cfea2ad commit 4862a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/winlibs.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ if(!file.exists("../windows/poppler/include/poppler/cpp/poppler-document.h")){
unlink("../windows", recursive = TRUE)
url <- if(grepl("aarch", R.version$platform)){
"https://github.com/r-windows/bundles/releases/download/poppler-23.08.0/poppler-23.08.0-clang-aarch64.tar.xz"
} else if(grepl("clang", Sys.getenv('R_COMPILED_BY'))){
"https://github.com/r-windows/bundles/releases/download/poppler-23.08.0/poppler-23.08.0-clang-x86_64.tar.xz"
} else if(getRversion() >= "4.3") {
"https://github.com/r-windows/bundles/releases/download/poppler-23.08.0/poppler-23.08.0-ucrt-x86_64.tar.xz"
} else {
Expand Down

0 comments on commit 4862a14

Please sign in to comment.