1
0

build(manifest): Include skshaper and skunicode targets

This commit is contained in:
Jose Daniel G. Percy 2025-05-07 10:41:02 +08:00
parent 0cf643665c
commit 7769777df0

View File

@ -99,7 +99,10 @@ modules:
# Compile Skia (only the necessary targets) # Compile Skia (only the necessary targets)
- echo "Building Skia with Ninja (this may take a while)..." - echo "Building Skia with Ninja (this may take a while)..."
- ninja -C out/Release-x64 skia modules - ninja -C out/Release-x64 skia modules skshaper skunicode
- echo "Listing Skia build output (out/Release-x64) after building skshaper & skunicode:"
- ls -la out/Release-x64/
# Create directory structure for Aseprite # Create directory structure for Aseprite
- echo "Installing Skia libraries and headers..." - echo "Installing Skia libraries and headers..."