From 0e66d3802fbcdfade04e091486e65253318e08f0 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 15:36:42 +0800 Subject: [PATCH] [Other] Update build.sh --- Other/shadowsocksr-libev/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Other/shadowsocksr-libev/build.sh b/Other/shadowsocksr-libev/build.sh index 74423216..f52c3342 100644 --- a/Other/shadowsocksr-libev/build.sh +++ b/Other/shadowsocksr-libev/build.sh @@ -15,6 +15,4 @@ sed -i "s/^const/extern const/g" src/tls.h sed -i "s/^const/extern const/g" src/http.h make -j2 - -gcc $(find src/ -name "ss_local-*.o") $(find . -name "*.a" ! -name "*.dll.a") "${PWD}/libev-mingw/build/lib/libev.a" -o ssr-local -fstack-protector -static -lpcre -lssl -lcrypto -lws2_32 -s exit $? \ No newline at end of file