From c72862af09974c670f59ce76c699e1c9dc1fe619 Mon Sep 17 00:00:00 2001 From: spectranator Date: Thu, 17 Apr 2025 17:26:20 +0000 Subject: [PATCH] Download boost-fiber on all platforms in vcpkg --- vcpkg.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index caa237296..166337fda 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -25,6 +25,7 @@ "boost-test", "boost-timer", "boost-variant", + "boost-fiber", "fmt", "lz4", "nlohmann-json", @@ -51,10 +52,6 @@ { "name": "oboe", "platform": "android" - }, - { - "name": "boost-fiber", - "platform": "android" } ] }