You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libzip, installed from package managers, forced us to link dynamically. Since we'd like to ultimately generate static jank binaries, removing one more dynamic lib is a win. That means we'll want to vendor in the new lib as a submodule, though.
The text was updated successfully, but these errors were encountered:
We'll need a replacement for libzippp + libzip, which we use for opening jars.
https://github.com/kuba--/zip seems like it could be a good option.
Plus side
libzip, installed from package managers, forced us to link dynamically. Since we'd like to ultimately generate static jank binaries, removing one more dynamic lib is a win. That means we'll want to vendor in the new lib as a submodule, though.
The text was updated successfully, but these errors were encountered: