mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29:00 +08:00
[folly] fix missing dep (#30973)
This commit is contained in:
parent
72d359ae10
commit
829e2f5646
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "folly",
|
||||
"version-string": "2022.10.31.00",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"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",
|
||||
@ -19,6 +19,7 @@
|
||||
"boost-smart-ptr",
|
||||
"boost-system",
|
||||
"boost-thread",
|
||||
"boost-variant",
|
||||
"double-conversion",
|
||||
"fmt",
|
||||
"gflags",
|
||||
|
@ -2542,7 +2542,7 @@
|
||||
},
|
||||
"folly": {
|
||||
"baseline": "2022.10.31.00",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"font-chef": {
|
||||
"baseline": "1.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2be8536b3faaf9f907284548e4db1f49b77054c1",
|
||||
"version-string": "2022.10.31.00",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "9f031566a728d2a7adf76c1026324cfc993b02a6",
|
||||
"version-string": "2022.10.31.00",
|
||||
|
Loading…
Reference in New Issue
Block a user