Merge pull request #26 from trel/toomanydots

too many dots
This commit is contained in:
Jean-Francois Mauguit 2024-09-24 21:54:38 +02:00 committed by GitHub
commit 839d68c00c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@echo off
echo "Cleanup the environment....."
echo "Cleanup the environment..."
IF EXIST "Src\external_dependencies\vcpkg" (
echo Deleting "Src\external_dependencies\vcpkg" ...
rmdir /S /Q "Src\external_dependencies\vcpkg"
@ -49,7 +49,7 @@ IF NOT EXIST .\vcpkg (
echo Patching ports...
xcopy /K /Y /H /C /I /E .\vcpkg-ports\* .\vcpkg\ports\*
echo Installing packages....
echo Installing packages...
cd .\vcpkg
.\vcpkg install alac:x86-windows-static-md
.\vcpkg install expat:x86-windows-static-md expat:x86-windows-static