mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
12 lines
371 B
Diff
12 lines
371 B
Diff
--- a/src/_cffi_src/build_openssl.py
|
|
+++ b/src/_cffi_src/build_openssl.py
|
|
@@ -38,7 +38,7 @@ def _get_openssl_libraries(platform):
|
|
if sys.platform == "zos":
|
|
return ["ssl", "crypto"]
|
|
else:
|
|
- return ["ssl", "crypto", "pthread"]
|
|
+ return ["ssl", "crypto", "python@PYTHON_VERSION@"]
|
|
|
|
|
|
def _extra_compile_args(platform):
|