Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 753ac0b

Browse files
author
Qv2ray-dev
authored
Update build-simpleplugin.yml
1 parent 8b6d6e5 commit 753ac0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-simpleplugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
mkdir build
108108
cd build
109-
cmake .. -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1 -DOPENSSL_LIBRARIES=/usr/local/opt/openssl@1.1/lib -DOPENSSL_USE_STATIC_LIBS=ON
109+
cmake .. -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1 -DOPENSSL_LIBRARIES=/usr/local/opt/openssl@1.1/lib -DOPENSSL_USE_STATIC_LIBS=ON -DMACOSX_DEPLOYMENT_TARGET=10.13
110110
cmake --build . --parallel $(sysctl -n hw.logicalcpu)
111111
# --------------------------------------------------------
112112
- name: Linux - ${{ matrix.qt_version }} - Generate Dependencies and Build

0 commit comments

Comments
 (0)