mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 09:12:21 +08:00
7a7ef70514
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 #32888 according to my earlier ["the build also succeeds with the official autoconf build system."](https://github.com/microsoft/vcpkg/issues/32888#issuecomment-1662730210) Should resolve #36777.
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "libsodium",
|
|
"version": "1.0.19",
|
|
"port-version": 1,
|
|
"description": "A modern and easy-to-use crypto library",
|
|
"homepage": "https://libsodium.org/",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|