Skip to content

Commit

Permalink
re-enable osx patches after compile
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Oct 2, 2023
1 parent 9e4a011 commit aa42b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def compile():

if platform.system() == 'Windows':
win_patch()
# elif platform.system() == 'Darwin':
# osx_patch()
elif platform.system() == 'Darwin':
osx_patch()

if __name__ == '__main__':
compile()

0 comments on commit aa42b10

Please sign in to comment.