From bff04aa0888526c967dac2ed030be9d0ad9d9d99 Mon Sep 17 00:00:00 2001 From: xx Date: Thu, 20 Feb 2025 12:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0462b6c..e8ccd28 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ fi ######3rdparty###### cd $src_dir/3rdparty hp_socket_lib ="/usr/local/lib64/libhpsocket.a" -if [ -e "$file" ]; then +if [ -e "$hp_socket_lib" ]; then echo "hpsocket installed" else # 下载HPSOCKET