fix(Kconfig): Fix non existant LV_STDLIB_BUILTIN (#6851)

This commit is contained in:
Fabian Blatz
2024-09-20 05:59:09 +02:00
committed by GitHub
parent 9ad396bab4
commit 57b799f4fc
5 changed files with 56 additions and 5 deletions

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
pip install pypng lz4 kconfiglib
if %errorlevel% neq 0 exit /b %errorlevel%