From 2719f84fb549cfc2cfa7b19e6534b13000373813 Mon Sep 17 00:00:00 2001 From: venkat0907 Date: Wed, 9 Aug 2023 16:37:09 +0530 Subject: [PATCH] just skipping arm64 --- base/vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/vcpkg.json b/base/vcpkg.json index 4d2c8d75a..49ecddcfd 100644 --- a/base/vcpkg.json +++ b/base/vcpkg.json @@ -25,8 +25,8 @@ "features": [ "gtk" ], - "platform": "(linux \u0026 x64)", - "$reason": "skip linux:arm64 and windows" + "platform": "!arm64", + "$reason": "skip linux:arm64" }, "libjpeg-turbo", "openh264",