Skip to content

Commit

Permalink
fix pip flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 27, 2024
1 parent 939a684 commit abb95c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mac_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_package () {
git pull
python3 setup.py clean
fi
python3 -m pip wheel --no-isolation --wheel-dir=../wheelhouse .
python3 -m pip wheel --no-build-isolation --wheel-dir=../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 abb95c8

Please sign in to comment.