File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 apk add openssl-dev
6969 fi
7070 CIBW_BEFORE_ALL_WINDOWS : ${{ matrix.before }}
71- CIBW_BUILD_FRONTEND : " build; args: --config-setting=--enable_openssl "
71+ CIBW_BUILD_FRONTEND : " build; args: --config-setting=--enable-openssl "
7272 CIBW_ENVIRONMENT : ${{ matrix.env }}
7373 CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_x86_64"
7474 CIBW_TEST_COMMAND : python {package}/tests.py
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ def finalize_options(self):
178178 '--enable-macho can' 't be used with --dynamic-linking' )
179179 if self .enable_openssl and self .dynamic_linking :
180180 raise distutils .errors .DistutilsOptionError (
181- '--enable-enable- openssl can' 't be used with --dynamic-linking' )
181+ '--enable-openssl can' 't be used with --dynamic-linking' )
182182
183183
184184 def run (self ):
You can’t perform that action at this time.
0 commit comments