r-lib / archive

R bindings to libarchive, supporting a large variety of archive formats
https://archive.r-lib.org/
Other
145 stars 17 forks source link

Resolve problem when building archive in conda #79

Open pschloss opened 2 years ago

pschloss commented 2 years ago

This PR addresses issue #78 where lib_path is empty when building in conda because .Platform$dynlib.ext is .dylib rather than .so. Not sure how to have lib_path fall back to libconnection.dylib rather than using pattern matching. Maybe @gaborcsardi has some ideas that I (or someone else) could incorporate?