Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #70 from qstokkink/fix_mac_old_pip
Browse files Browse the repository at this point in the history
Fix Mac build script using old pip
  • Loading branch information
qstokkink authored Jun 10, 2024
2 parents 54603ee + f063e9e commit 632ba78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/mac/makedist_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export RESOURCES=build/mac/resources

python3 -m venv "${BUILD_ENV}"
. "${BUILD_ENV}"/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade -r requirements-build.txt

# ----- Build
Expand Down

0 comments on commit 632ba78

Please sign in to comment.