mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-14 16:44:54 -05:00
commit
a6172211aa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue