Fix setup.bat script

This commit is contained in:
2025-04-17 11:30:32 +02:00
parent 173df2ca54
commit cdc95a3e65

View File

@@ -1,5 +1,6 @@
#echo off
@echo off
echo Preparing vcpkg packages
cd ref\vcpkg
call bootstrap-vcpkg.bat
vcpkg install directx-dxc:x64-windows
@echo ON