Skip to content

Commit

Permalink
[fix] missing libdirs on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Mar 26, 2024
1 parent 2e26eef commit d2fce22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ def spawn(self, cmd, **kwargs):
"/opt/homebrew/include",
"/usr/local/include"
],
library_dirs=[
"/opt/homebrew/lib",
"/usr/local/lib"
],
extra_compile_args=[
"-O2",
"-Wall",
Expand Down

0 comments on commit d2fce22

Please sign in to comment.