mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Other] Update build.sh
This commit is contained in:
@@ -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 $?
|
||||
Reference in New Issue
Block a user