From c76dd26eb9722bad2d0da55ab9c868e8a3664430 Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Wed, 27 Nov 2024 14:50:53 -0600 Subject: [PATCH] messing with universality --- build_mac_app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_mac_app.sh b/build_mac_app.sh index bb15e9b..bc11359 100644 --- a/build_mac_app.sh +++ b/build_mac_app.sh @@ -52,8 +52,8 @@ install_package () { cd $1 git pull python3 setup.py clean - fi - python3 -m build --wheel --no-isolation $UNIVERSAL --outdir ../wheelhouse . + fi + python3 -m pip wheel --outdir ../wheelhouse . python3 -m pip install --force-reinstall --no-index --no-cache-dir --no-deps --find-links ../wheelhouse ${@: -1} cd .. fi