1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

update make-build.sh to change meson.build version

This commit is contained in:
Kirk Klobe
2023-03-23 07:55:03 -05:00
parent 0e11b40bb2
commit 70afa6c62c
2 changed files with 15 additions and 0 deletions
Regular → Executable
+2
View File
@@ -3,6 +3,8 @@
rm -rf tracy-build
mkdir tracy-build
./update-meson-version.sh
if [ ! -f vswhere.exe ]; then
wget https://github.com/microsoft/vswhere/releases/download/2.8.4/vswhere.exe
fi