mirror of https://github.com/aseprite/aseprite.git
Merge 45a92d6f68
into b3b956516b
This commit is contained in:
commit
6685e230a2
|
@ -222,6 +222,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 \
|
||||
..
|
||||
|
@ -252,6 +253,7 @@ you must use libstdc++ 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
|
||||
|
|
Loading…
Reference in New Issue