Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit e3704b1

Browse files
authored
Merge pull request #209 from radarhere/workaround
Removed multibuild workaround
2 parents eb0b407 + 8bc5d8e commit e3704b1

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

config.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ LIBWEBP_VERSION=1.2.0
1818
BZIP2_VERSION=1.0.8
1919
LIBXCB_VERSION=1.14
2020

21-
function pyinst_fname_for_version {
22-
local inst_ext=$(pyinst_ext_for_version $1)
23-
if [ "${PLAT:-}" == "arm64" ]; then
24-
echo "python-$1-macos11.${inst_ext}"
25-
else
26-
echo "python-$1-macosx$2.${inst_ext}"
27-
fi
28-
}
29-
3021
function pre_build {
3122
# Any stuff that you need to do before you start building the wheels
3223
# Runs in the root directory of this repository.

multibuild

0 commit comments

Comments
 (0)