From c9670196b3bb6df99b2ce4d9f02fc96ca6e4e72c Mon Sep 17 00:00:00 2001 From: "Jens A. Koch" Date: Wed, 21 Oct 2020 01:44:47 +0200 Subject: [PATCH] cleanup --- vcpkg-update.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg-update.bat b/vcpkg-update.bat index 411e33c..874857a 100644 --- a/vcpkg-update.bat +++ b/vcpkg-update.bat @@ -1,7 +1,7 @@ @echo off set VCPKG_ROOT = "e:\tools\vcpkg" -::set "VCPKG_DEFAULT_TRIPLET=x64-windows" + set "VCPKG_DEFAULT_TRIPLET=x64-windows-static" call %VCPKG_ROOT%\vcpkg install --feature-flags=manifests