[Other] Update build.sh

This commit is contained in:
Connection Refused
2021-09-23 15:36:42 +08:00
parent c50fb576b2
commit 0e66d3802f

View File

@@ -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 $?