Skip to content

Commit 9c0db69

Browse files
Fix macOS build error
1 parent af88605 commit 9c0db69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ jobs:
243243
if: matrix.env.ninja_platform == 'mac'
244244
run: |
245245
cd dep/openssl/openssl
246+
247+
# this is necessary until https://github.com/openssl/openssl/issues/18720
248+
# is fixed in OpenSSL 1.1.1r
249+
export CFLAGS=-Wno-error=implicit-function-declaration
250+
246251
./Configure ${{ matrix.env.openssl_arch }} no-shared
247252
make
248253

0 commit comments

Comments
 (0)