1
0

fix(manifest): Add logging for Skia build output and include dir structure to try and fix build errors

This commit is contained in:
Jose Daniel G. Percy 2025-05-07 03:53:42 +08:00
parent 9ef60e4efb
commit 1b1ebf70a7

View File

@ -101,6 +101,11 @@ modules:
- echo "Building Skia with Ninja (this may take a while)..."
- ninja -C out/Release-x64 skia modules
- echo "Listing Skia build output structure (out/Release-x64):"
- ls -R out/Release-x64
- echo "Listing Skia main include directory structure (include):"
- ls -R include
# Create directory structure for Aseprite
- echo "Installing Skia libraries and headers..."
- install -d /app/lib