赞
踩
1.安装openssl
brew install openssl@1.1
2. 修改环境变量
export PATH=/usr/local/opt/openssl@1.1/bin:$PATH
3. 创建软链接
cd /usr/local/include ln -s ../opt/openssl/include/openssl .