This commit is contained in:
ssrlive 2022-08-05 02:25:18 +08:00 committed by GitHub
parent 355258be0b
commit 41727f4326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,6 +379,13 @@ function build_ssr_native() {
git submodule update --init
git submodule foreach -q 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
if [[ "${ID}" == "centos" ]]; then
# try to fix bug #231
cd depends/libuv
git checkout 71932a9fc9e234b3ebac90de0dd061fb00ba191b
cd ../..
fi
# build ShadowsocksR-native
cmake . && make