diff --git a/ports/folly/vcpkg.json b/ports/folly/vcpkg.json index 004ddcf87c..c2399a7fa2 100644 --- a/ports/folly/vcpkg.json +++ b/ports/folly/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index 90df272a56..b29b948626 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2846,7 +2846,7 @@ }, "folly": { "baseline": "2024.09.23.00", - "port-version": 0 + "port-version": 1 }, "font-chef": { "baseline": "1.1.0", diff --git a/versions/f-/folly.json b/versions/f-/folly.json index eceab41d34..b0e7af705c 100644 --- a/versions/f-/folly.json +++ b/versions/f-/folly.json @@ -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",