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

Fix build.

parent 4a949492
...@@ -2,12 +2,15 @@ ...@@ -2,12 +2,15 @@
if [ ! -d ./skija ]; then if [ ! -d ./skija ]; then
git clone https://github.com/JetBrains/skija.git git clone https://github.com/JetBrains/skija.git
pushd ./skija
else else
pushd ./skija && git pull && popd pushd ./skija && git pull
fi fi
git checkout 82b8c697643ae8f2d6a315c27bd47601533b0397
popd
SEP=: SEP=:
if [ `uname` == "Msys" ]; then if [ ! -z `uname | grep MINGW` ]; then
SEP=\; SEP=\;
fi 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