mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Fix instructions to compile Skia on OS X
This commit is contained in:
parent
98ba8df343
commit
a2712d440d
@ -272,9 +272,9 @@ several minutes to finish:
|
||||
cd $HOME/deps
|
||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
git clone https://skia.googlesource.com/skia
|
||||
export PATH="${PWD}/depot_tools:${PATH}"
|
||||
cd skia
|
||||
git checkout chrome/m50
|
||||
export PATH="${PWD}/depot_tools:${PATH}"
|
||||
export GYP_DEFINES='skia_gpu=0'
|
||||
python bin/sync-and-gyp
|
||||
ninja -C out/Release dm
|
||||
|
Loading…
x
Reference in New Issue
Block a user