Skip to content

Commit 979f41e

Browse files
author
ikrima
committed
Add -disableMetrics to vcpkg script
1 parent e7e3d11 commit 979f41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcpkg/install_vcpkg_dependencies.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REM get vcpkg distribution
44
if not exist vcpkg git clone https://github.com/Microsoft/vcpkg.git
55

66
REM build vcpkg
7-
if not exist vcpkg\vcpkg.exe call vcpkg\bootstrap-vcpkg.bat
7+
if not exist vcpkg\vcpkg.exe call vcpkg\bootstrap-vcpkg.bat -disableMetrics
88

99
REM install required packages
1010
vcpkg\vcpkg.exe install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86]

0 commit comments

Comments
 (0)