Skip to content

Commit abb95c8

Browse files
fix pip flag name
1 parent 939a684 commit abb95c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_mac_app.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install_package () {
5858
git pull
5959
python3 setup.py clean
6060
fi
61-
python3 -m pip wheel --no-isolation --wheel-dir=../wheelhouse .
61+
python3 -m pip wheel --no-build-isolation --wheel-dir=../wheelhouse .
6262
python3 -m pip install --force-reinstall --no-index --no-cache-dir --no-deps --find-links ../wheelhouse ${@: -1}
6363
cd ..
6464
fi

0 commit comments

Comments
 (0)