Fails to build on mac using libsodium-1.0.19
via homebrew
#126
Labels
libsodium-bindings
libsodium-bindings package
libsodium-1.0.19
via homebrew
#126
Currently
libsodium-bindings
won't build on mac when using homebrew because homebrew recently updated the libsodium recipe and now only carrieslibsodium-1.0.19
.This fails on any combination of the flags
use-pkg-config
andhomebrew-libsodium
.Using
use-pkg-config
with or withouthomebrew-libsodium
:Using no flags or
homebrew-libsodium
:I've tested relaxing the libsodium dependency in
libsodium-bindings.cabal
:pkgconfig-depends: libsodium ==1.0.18 || ==1.0.19
That seems to build, though I haven't checked if any breaking changes have been introduced as a result.
The text was updated successfully, but these errors were encountered: