From 979f41efd1696f560f167f27092fad1cc2ee630c Mon Sep 17 00:00:00 2001 From: ikrima Date: Sat, 2 May 2020 14:39:58 -0700 Subject: Add -disableMetrics to vcpkg script --- vcpkg/install_vcpkg_dependencies.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcpkg') diff --git a/vcpkg/install_vcpkg_dependencies.bat b/vcpkg/install_vcpkg_dependencies.bat index 089c389c..d6f40c50 100644 --- a/vcpkg/install_vcpkg_dependencies.bat +++ b/vcpkg/install_vcpkg_dependencies.bat @@ -4,7 +4,7 @@ REM get vcpkg distribution if not exist vcpkg git clone https://github.com/Microsoft/vcpkg.git REM build vcpkg -if not exist vcpkg\vcpkg.exe call vcpkg\bootstrap-vcpkg.bat +if not exist vcpkg\vcpkg.exe call vcpkg\bootstrap-vcpkg.bat -disableMetrics REM install required packages vcpkg\vcpkg.exe install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86] -- cgit v1.2.3