too many dots

This commit is contained in:
Terrell Russell 2024-09-24 15:49:10 -04:00 committed by GitHub
parent 60506addba
commit d4764400d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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