Skip to content

Commit

Permalink
[libsodium] Use official build systems (microsoft#36800)
Browse files Browse the repository at this point in the history
Drop the complex and undermaintained build system vendored into the
port.
Use msbuild for windows, and autotools otherwise.

Note: Users who change options via triplet files
(`VCPKG_CMAKE_CONFIGURE_OPTIONS`) must/can migrate to the official
options (via `VCPKG_CONFIGURE_MAKE_OPTIONS`; no equivalent for
msbuild?).

Should resolve microsoft#32888 according to my earlier ["the build also succeeds
with the official autoconf build
system."](microsoft#32888 (comment))
Should resolve microsoft#36777.
  • Loading branch information
dg0yt authored and Osyotr committed Feb 26, 2024
1 parent 8d980bf commit cda94e6
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 1,214 deletions.
Loading

0 comments on commit cda94e6

Please sign in to comment.