From e122ebdf2a8e55b3d57d3576eae713151f151674 Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Thu, 31 Aug 2023 23:39:25 -0700 Subject: [PATCH] fix vcpkg-configuration --- vcpkg-configuration.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 93ea9a11..3e8a672f 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -4,13 +4,8 @@ "kind": "git", "baseline": "eb2f2bd143b8f7c52b57ef5a822163b56f7be7d6", "repository": "https://gitlab.com/colorglass/vcpkg-colorglass/", - "packages": [ - "commonlibsse-ng", - "script-extender-common" - ] + "packages": ["script-extender-common"] } ], - "overlay-ports": [ - "F:\\workspace\\skyrim-mod-workspace\\papyrus-lang\\./dependencies/ports" - ] + "overlay-ports": ["./dependencies/ports"] }