Commit 7299e7cb authored by Nikolay Igotti's avatar Nikolay Igotti

Fix build.

parent 4a949492
......@@ -2,12 +2,15 @@
if [ ! -d ./skija ]; then
git clone https://github.com/JetBrains/skija.git
pushd ./skija
else
pushd ./skija && git pull && popd
pushd ./skija && git pull
fi
git checkout 82b8c697643ae8f2d6a315c27bd47601533b0397
popd
SEP=:
if [ `uname` == "Msys" ]; then
if [ ! -z `uname | grep MINGW` ]; then
SEP=\;
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment