mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Add -disableMetrics to vcpkg script
This commit is contained in:
parent
e7e3d1105c
commit
979f41efd1
@ -4,7 +4,7 @@ REM get vcpkg distribution
|
|||||||
if not exist vcpkg git clone https://github.com/Microsoft/vcpkg.git
|
if not exist vcpkg git clone https://github.com/Microsoft/vcpkg.git
|
||||||
|
|
||||||
REM build vcpkg
|
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
|
REM install required packages
|
||||||
vcpkg\vcpkg.exe install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86]
|
vcpkg\vcpkg.exe install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86]
|
||||||
|
Loading…
Reference in New Issue
Block a user