From 8327c5c07a457474fe0a72b669ff7219d6f36fa5 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 16 Feb 2020 01:33:05 +0800 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index e0d1082..f8be39b 100644 --- a/install.sh +++ b/install.sh @@ -392,7 +392,6 @@ nginx_install(){ --with-http_v2_module \ --with-cc-opt='-O3' \ --with-ld-opt="-ljemalloc" \ - --with-openssl=../openssl-"$openssl_version" judge "编译检查" make && make install