From b4b7bd9e62cf39ef4cc9d46d46c53021ac22e678 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 26 Sep 2021 21:18:38 +0800 Subject: [PATCH] [Other] Update build.sh --- Other/libev-mingw/build.sh | 2 +- Other/shadowsocksr-libev/build.sh | 2 +- Other/simple-obfs/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Other/libev-mingw/build.sh b/Other/libev-mingw/build.sh index 496c4cea..a3c30b93 100644 --- a/Other/libev-mingw/build.sh +++ b/Other/libev-mingw/build.sh @@ -3,5 +3,5 @@ mkdir -p "${PWD}/../../build" ./configure --prefix="${PWD}/../../build" || exit $? -make install -j2 || exit $? +make install -j2 exit $? \ No newline at end of file diff --git a/Other/shadowsocksr-libev/build.sh b/Other/shadowsocksr-libev/build.sh index ce81f2e3..8db73f91 100644 --- a/Other/shadowsocksr-libev/build.sh +++ b/Other/shadowsocksr-libev/build.sh @@ -16,5 +16,5 @@ sed -i "s/^const/extern const/g" src/http.h make -j2 || exit $? -gcc $(find src/ -name "ss_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/../../build/lib/libev.a" -o ss-local -fstack-protector -static -lpcre -lssl -lcrypto -lws2_32 -s || exit $? +gcc $(find src/ -name "ss_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/../../build/lib/libev.a" -o ss-local -fstack-protector -static -lpcre -lssl -lcrypto -lws2_32 -s exit $? \ No newline at end of file diff --git a/Other/simple-obfs/build.sh b/Other/simple-obfs/build.sh index 5a505533..a1db7493 100644 --- a/Other/simple-obfs/build.sh +++ b/Other/simple-obfs/build.sh @@ -6,5 +6,5 @@ git submodule update --init || exit $? make -j2 || exit $? -gcc $(find src/ -name "obfs_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/../../build/lib/libev.a" -o simple-obfs -fstack-protector -static -lws2_32 -s || exit $? +gcc $(find src/ -name "obfs_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/../../build/lib/libev.a" -o simple-obfs -fstack-protector -static -lws2_32 -s exit $? \ No newline at end of file