Skip to content

Commit

Permalink
Fixed install with pip, added new homebrew path (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-chr committed Dec 29, 2023
1 parent d0921c0 commit 01493ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ def run(self):
module.include_dirs.append('/usr/local/include')
module.library_dirs.append('/usr/local/lib')
module.library_dirs.append('/usr/local/opt/openssl/lib')
module.include_dirs.append('/opt/homebrew/include')
module.library_dirs.append('/opt/homebrew/opt/openssl/lib')
elif building_for_freebsd:
module.define_macros.append(('_GNU_SOURCE', '1'))
module.define_macros.append(('USE_FREEBSD_PROC', '1'))
Expand Down

0 comments on commit 01493ef

Please sign in to comment.