Skip to content

Commit

Permalink
[=] fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Oct 25, 2024
1 parent a0fc575 commit 7370637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build BoringSSL
run: |
git clone --depth 1 --branch fips-20220613 https://github.com/google/boringssl.git ./third_party/boringssl
git clone https://github.com/google/boringssl.git ./third_party/boringssl
cd ./third_party/boringssl
mkdir -p build
cd build
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ if(PLATFORM MATCHES "mac")
${SSL_LIB_PATH}
"-Wl"
-lpthread
-lstdc++
)
else()
target_link_libraries(
Expand Down

0 comments on commit 7370637

Please sign in to comment.