We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af88605 commit 9c0db69Copy full SHA for 9c0db69
.github/workflows/build.yml
@@ -243,6 +243,11 @@ jobs:
243
if: matrix.env.ninja_platform == 'mac'
244
run: |
245
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
251
./Configure ${{ matrix.env.openssl_arch }} no-shared
252
make
253
0 commit comments