mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[folly] Disable support MinGW (#41241)
This commit is contained in:
parent
88fbb11406
commit
6e8b114e0e
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "folly",
|
||||
"version-string": "2024.09.23.00",
|
||||
"port-version": 1,
|
||||
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
|
||||
"homepage": "https://github.com/facebook/folly",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "(windows & x64 & !uwp) | (!windows & (x64 | arm64))",
|
||||
"supports": "(windows & x64 & !uwp & !mingw) | (!windows & (x64 | arm64))",
|
||||
"dependencies": [
|
||||
"boost-chrono",
|
||||
"boost-context",
|
||||
|
@ -2846,7 +2846,7 @@
|
||||
},
|
||||
"folly": {
|
||||
"baseline": "2024.09.23.00",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"font-chef": {
|
||||
"baseline": "1.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4cc08ef956914a8805f99a52372d3aef51a6f67b",
|
||||
"version-string": "2024.09.23.00",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "c1d8414e47563364104aa5a263b3fe7bfa0db784",
|
||||
"version-string": "2024.09.23.00",
|
||||
|
Loading…
Reference in New Issue
Block a user