Emscripten: fixed linking with freetype library

This commit is contained in:
Sergii Pylypenko
2021-05-06 01:53:06 +03:00
parent f4a76cc6af
commit 371a94ae3c
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#!/bin/sh
INSTALL_PATH=`pwd`/../../../openttd-touch-webapp
MESSAGE="`git log --format=%B -n 1 HEAD`"
export NO_CLEAN=1
@@ -8,4 +9,4 @@ export NO_CLEAN=1
cd $INSTALL_PATH || exit 1
git commit -a && git push
git commit -a -m "$MESSAGE" && git push