Skip to content

Commit 01493ef

Browse files
authored
Fixed install with pip, added new homebrew path (#248)
1 parent d0921c0 commit 01493ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ def run(self):
242242
module.include_dirs.append('/usr/local/include')
243243
module.library_dirs.append('/usr/local/lib')
244244
module.library_dirs.append('/usr/local/opt/openssl/lib')
245+
module.include_dirs.append('/opt/homebrew/include')
246+
module.library_dirs.append('/opt/homebrew/opt/openssl/lib')
245247
elif building_for_freebsd:
246248
module.define_macros.append(('_GNU_SOURCE', '1'))
247249
module.define_macros.append(('USE_FREEBSD_PROC', '1'))

0 commit comments

Comments
 (0)