Skip to content

Commit

Permalink
Dont install oicompare on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 10, 2024
1 parent 1318e87 commit 6a21b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sinol_make/helpers/oicompare.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def download_oicomapare():


def check_and_download():
# macOS doesn't allow compiling statically and I don't want to deal with it
if util.is_macos():
return
if check_installed():
return
download_oicomapare()
Expand Down

0 comments on commit 6a21b3d

Please sign in to comment.