mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
pycurl: add lib suffix for 3.7
This commit is contained in:
@@ -62,7 +62,7 @@ fi
|
||||
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||
PYTHON_PACKAGES+=(python36 python3)
|
||||
PYTHON_VERSIONS+=(3.6 3.7)
|
||||
PYTHON_LIBSUFFIXES+=(m)
|
||||
PYTHON_LIBSUFFIXES+=(m m)
|
||||
fi
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
|
||||
Reference in New Issue
Block a user