Closed barracuda156 closed 1 year ago
Fixes: https://github.com/r-lib/archive/issues/83 Signed-off-by: Sergey Fedorov vital.had@gmail.com
The archive_read.cpp code borrows from https://github.com/jeroen/curl/src/curl.c However needed defines are forgotten, which unsurprisingly breaks the build.
archive_read.cpp
Thanks!
@gaborcsardi Thank you!
Fixes: https://github.com/r-lib/archive/issues/83 Signed-off-by: Sergey Fedorov vital.had@gmail.com
The
archive_read.cpp
code borrows from https://github.com/jeroen/curl/src/curl.c However needed defines are forgotten, which unsurprisingly breaks the build.