1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-03-19 10:20:57 +00:00

Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev

This commit is contained in:
David Capello 2012-08-23 23:52:15 -03:00
commit ae777018e2

@ -34,12 +34,12 @@ fi
cd $destdir/scripts
sh update_version.sh $version
cd ..
# ----------------------------------------------
# Make a build/ directory and compile with cmake
# ----------------------------------------------
cd $destdir
if [ ! -d build ] ; then
mkdir build
cd build