build: remove pcpp dependency (#8090)

This commit is contained in:
André Costa
2025-04-14 19:51:58 +02:00
committed by GitHub
parent dce4a078d0
commit f0257a633f
5 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3 glew
if %errorlevel% neq 0 exit /b %errorlevel%
pip install pypng lz4 kconfiglib pcpp
pip install pypng lz4 kconfiglib
if %errorlevel% neq 0 exit /b %errorlevel%