Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build]
make all
is default; Bump to LibZipSharp/1b217dab (#677)
Commit 8ebb9cb inadvertently made `make prepare` the default target when running on Linux, instead of `make all`, breaking semantics: $ make # pre-8ebb9cb2, invoked `make all` everywhere. # Invokes `make prepare` on Linux in 8ebb9cb, but # `make all` on macOS. Confusion! Revert the default `make` target to `make all`. Bump to LibZipSharp/master/1b217dab to increase reliability of `libZipSharp.dll.config` creation on Linux if/when `ldconfig -p | grep libzip` returns more than one shared library.
- Loading branch information