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

Commit 6ed4050

Browse files
committed
check delocate
1 parent 6f57fb5 commit 6ed4050

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ function build_wheel {
1919
wrap_wheel_builder _build_wheel $@
2020
}
2121

22+
function install_delocate {
23+
check_pip
24+
$PIP_CMD install git+https://github.com/isuruf/delocate.git@loader_path
25+
}
26+
2227
function build_libs {
2328
# setuptools v49.2.0 is broken
2429
$PYTHON_EXE -mpip install --upgrade "setuptools<49.2.0"

0 commit comments

Comments
 (0)