Skip to content

v0.1.0: Added Windows support in the dub.json

Compare
Choose a tag to compare
@Geod24 Geod24 released this 04 Apr 14:27
· 5 commits to upstream-1.0.18 since this release

This release fixes the dub.json to correctly work on Windows with releases downloaded from Github.
Notably, the releases include a binary named libsodium.lib instead of the usual sodium.lib, which would lead to compilation error with dub.
This relies on the right libsodium.lib being available to the linker, for example in a path provided in LIB.
And example on how to do this can be found in the newly added Github workflow.
Note that DMD support isn't checked by the CI, only LDC.