From 7a4b40cdb56bc05c1e261287e84a948d0621cfdd Mon Sep 17 00:00:00 2001 From: Vinayak Bhustali Date: Tue, 11 Jul 2023 19:26:56 +0530 Subject: [PATCH] small change --- base/vcpkg.json | 56 ++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/base/vcpkg.json b/base/vcpkg.json index ff742e3d8..6b625df94 100644 --- a/base/vcpkg.json +++ b/base/vcpkg.json @@ -45,31 +45,31 @@ "libmount" ], "platform": "(linux \u0026 x64)", - "$reason": "skip linux:arm64 and windows" - }, - { - "name": "glib", - "default-features": true, - "platform": "windows" - }, - { - "name": "hiredis", - "platform": "!arm64" - }, - { - "name": "redis-plus-plus", - "platform": "!arm64" - }, - { - "name": "re", - "platform": "!windows" - }, - { - "name": "baresip", - "platform": "!windows" - }, - { - "name": "libmp4" - } - ] -} \ No newline at end of file + "$reason": "skip linux:arm64 and windows" + }, + { + "name": "glib", + "default-features": true, + "platform": "windows" + }, + { + "name": "hiredis", + "platform": "!arm64" + }, + { + "name": "redis-plus-plus", + "platform": "!arm64" + }, + { + "name": "re", + "platform": "!windows" + }, + { + "name": "baresip", + "platform": "!windows" + }, + { + "name": "libmp4" + } + ] + } \ No newline at end of file