Skip to content

Commit 853d8ce

Browse files
committed
more fixes.
1 parent c4730c0 commit 853d8ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)