mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:09:07 +08:00
[libphonenumber] libphonenumber works with static, removing !static (#28363)
This commit is contained in:
parent
4b6bce313e
commit
64e0634b20
@ -3,7 +3,7 @@
|
||||
"version": "8.13.1",
|
||||
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!static & !linux & !osx",
|
||||
"supports": "!linux & !osx",
|
||||
"dependencies": [
|
||||
"abseil",
|
||||
"boost-date-time",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4a8a7aedced30ba3195353fdda4103829068e299",
|
||||
"git-tree": "47877baf472150729025e7198ad6aa6e6574ff5a",
|
||||
"version": "8.13.1",
|
||||
"port-version": 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user