This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit a2712d440d7e50bec8c5bd3dce48390d60e04b86 Author: David Capello <[email protected]> Date: Wed May 4 18:40:41 2016 -0300 Fix instructions to compile Skia on OS X --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 38bdc45..d75540c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

