mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
[Other] Update build.sh
This commit is contained in:
@@ -8,7 +8,7 @@ make -j2 || exit $?
|
||||
cd ..
|
||||
|
||||
./autogen.sh || exit $?
|
||||
CFLAGS+="-fstack-protector" ./configure --disable-documentation --with-ev="${PWD}/libev-mingw/build"
|
||||
CFLAGS+="-fstack-protector" ./configure --disable-documentation --with-ev="${PWD}/libev-mingw/build" || exit $?
|
||||
|
||||
sed -i "s/%I/%z/g" src/utils.h
|
||||
sed -i "s/^const/extern const/g" src/tls.h
|
||||
|
||||
@@ -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