[Other] Update build.sh

This commit is contained in:
Connection Refused
2021-09-23 20:59:19 +08:00
parent aade69ff74
commit 3aac7278e1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
git submodule update --init || exit $?
./autogen.sh || exit $?
./configure || exit $?
./configure --disable-documentation --with-ev="${PWD}/libev-mingw/build" || exit $?
make -j2
exit $?