Skip to content

Commit

Permalink
messing with universality
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 27, 2024
1 parent 66b7e7f commit c76dd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_mac_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76dd26

Please sign in to comment.