Skip to content

Commit 34c7cc7

Browse files
committed
Test
1 parent c18ddfd commit 34c7cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/winlibs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(!file.exists("curl.dll") && !file.exists("../.deps/libcurl/include/curl/curl.h")){
1+
if(!file.exists("curl.o") && !file.exists("../.deps/libcurl/include/curl/curl.h")){
22
unlink("../windows", recursive = TRUE)
33
url <- if(grepl("aarch", R.version$platform)){
44
"https://github.com/r-windows/bundles/releases/download/curl-8.10.1/curl-8.10.1-clang-aarch64.tar.xz"

0 commit comments

Comments
 (0)