Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Oct 1, 2023
1 parent bb8172b commit 5e32f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def create_universal_wheels(in_dir1, in_dir2, out_dir):
if platform.system() == 'Darwin':
subprocess.run(f'{python_bin} -m pip install --upgrade pip delocate'.split(' '))
subprocess.run(f'{python_bin} -m venv venv'.split(' '))
python_bin = 'python'
osx_run_in_venv('python -m pip install wheel nuitka')

if not arch:
Expand Down

0 comments on commit 5e32f3d

Please sign in to comment.