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.
1 parent c18ddfd commit 34c7cc7Copy full SHA for 34c7cc7
tools/winlibs.R
@@ -1,4 +1,4 @@
1
-if(!file.exists("curl.dll") && !file.exists("../.deps/libcurl/include/curl/curl.h")){
+if(!file.exists("curl.o") && !file.exists("../.deps/libcurl/include/curl/curl.h")){
2
unlink("../windows", recursive = TRUE)
3
url <- if(grepl("aarch", R.version$platform)){
4
"https://github.com/r-windows/bundles/releases/download/curl-8.10.1/curl-8.10.1-clang-aarch64.tar.xz"
0 commit comments