Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 6e00a40

Browse files
committed
BF: oops, got wrong command for my own script
1 parent 34fafbb commit 6e00a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ EOF
1616
require_success "Matplotlib build failed"
1717
$PYTHON_EXE ../mpl_delocate.py dist/*.whl
1818
require_success "Wheel delocation failed"
19-
delocate-add-platforms --rm-orig -x 10_9 -x 10_10 dist/*.whl
19+
delocate-addplat --rm-orig -x 10_9 -x 10_10 dist/*.whl
2020
pip install dist/*.whl
2121
cd ..
2222
}

0 commit comments

Comments
 (0)