From 59acff125781065fd26c86dd2346d94159b6cce8 Mon Sep 17 00:00:00 2001 From: scarf Date: Sun, 3 Mar 2024 22:38:35 +0900 Subject: [PATCH] build(vcpkg): gettext + runtime tools --- msvc-full-features/vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/msvc-full-features/vcpkg.json b/msvc-full-features/vcpkg.json index 62bbccb099e5..06f606cd499d 100644 --- a/msvc-full-features/vcpkg.json +++ b/msvc-full-features/vcpkg.json @@ -2,7 +2,10 @@ "name": "bn-vcpkg-dependencies", "version-string": "experimental", "dependencies": [ - "gettext", + { + "name": "gettext", + "features": [ "tools", "runtime-tools" ] + }, "sdl2", { "name": "sdl2-image",