Skip to content

Commit

Permalink
Added build_mac_wheel.sh script for building mac wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Sep 5, 2024
1 parent 35b044b commit 880f296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/build_mac_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ generate_venv(){
generate_wheel(){
virtual_env=$1
. $virtual_env/bin/activate
python --version

# Get the processor type
processor_type=$(uname -m)
Expand Down

0 comments on commit 880f296

Please sign in to comment.