forked from aki/docker-aseprite-linux
fix(manifest): Add logging for Skia build output and include dir structure to try and fix build errors
This commit is contained in:
parent
9ef60e4efb
commit
1b1ebf70a7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user