[folly] Disable support MinGW (#41241)

This commit is contained in:
Frank 2024-09-30 17:25:34 +00:00 committed by GitHub
parent 88fbb11406
commit 6e8b114e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -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",

View File

@ -2846,7 +2846,7 @@
},
"folly": {
"baseline": "2024.09.23.00",
"port-version": 0
"port-version": 1
},
"font-chef": {
"baseline": "1.1.0",

View File

@ -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",