mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-14 22:24:54 -05:00
too many dots
This commit is contained in:
parent
60506addba
commit
d4764400d6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue