From 1b1ebf70a7d1060d74769d4f183692c24076d61b Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 7 May 2025 03:53:42 +0800 Subject: [PATCH] fix(manifest): Add logging for Skia build output and include dir structure to try and fix build errors --- com.aseprite.Aseprite.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/com.aseprite.Aseprite.yaml b/com.aseprite.Aseprite.yaml index 8ef715a..798a4c0 100644 --- a/com.aseprite.Aseprite.yaml +++ b/com.aseprite.Aseprite.yaml @@ -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