archive
archive copied to clipboard
Resolve problem when building archive in conda
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?