mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
cffi: no lib suffix for 3.8 and up
This commit is contained in:
@@ -29,7 +29,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
PYTHON_PACKAGES=(python38 python39 python310)
|
||||
PYTHON_VERSIONS=(3.8 3.9 3.10)
|
||||
PYTHON_LIBSUFFIXES+=(m)
|
||||
PYTHON_LIBSUFFIXES+=()
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user