mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:39:00 +08:00
4d2e253e42
* Fix the `vcpkg_install_msbuild` docs to reflect handling of x86==Win32. See: * https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264 * https://github.com/microsoft/vcpkg/issues/28076 * Remove overriding-with-the-default discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264 hunspell and mp3lame are left alone because they do other things with the resulting variable. * Remove nonexistent reference to `MSBUILD_PLATFORM` variable. * Simplify getting to x86, as discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264 * Version DB * Whoops patches shouldn't be quoted. * Delete vcpkg_install_msbuild.md Docs changes have been migrated in microsoft/vcpkg-docs#21 * Update ocilib.json * Update ocilib.json --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
24 lines
423 B
JSON
24 lines
423 B
JSON
{
|
|
"name": "3fd",
|
|
"version": "2.6.3",
|
|
"port-version": 3,
|
|
"description": "C++ Framework For Fast Development",
|
|
"supports": "windows & !static & !arm64",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-lockfree",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "boost-regex",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "poco",
|
|
"platform": "windows"
|
|
},
|
|
"rapidxml",
|
|
"sqlite3"
|
|
]
|
|
}
|