Merge 45a92d6f689ab958104630e7f577c58862f9a299 into f7f93c64f29172057dc9f49d0203c0c1cdf88a05

This commit is contained in:
Emad Dehnavi 2025-03-01 17:17:08 +08:00 committed by GitHub
commit d780cb2111
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,6 +210,7 @@ steps as above but when we call `cmake`, we have some differences:
-DSKIA_DIR=$HOME/deps/skia \
-DSKIA_LIBRARY_DIR=$HOME/deps/skia/out/Release-arm64 \
-DSKIA_LIBRARY=$HOME/deps/skia/out/Release-arm64/libskia.a \
-DWEBP_LIBRARIES=$HOME/deps/skia/out/Release-arm64/libwebp.a \
-DPNG_ARM_NEON:STRING=on \
-G Ninja \
..
@ -238,6 +239,7 @@ You need to use clang and libc++ to compile Aseprite:
-DSKIA_DIR=$HOME/deps/skia \
-DSKIA_LIBRARY_DIR=$HOME/deps/skia/out/Release-x64 \
-DSKIA_LIBRARY=$HOME/deps/skia/out/Release-x64/libskia.a \
-DWEBP_LIBRARIES=$HOME/deps/skia/out/Release-x64/libwebp.a \
-G Ninja \
..
ninja aseprite