We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0921c0 commit 01493efCopy full SHA for 01493ef
setup.py
@@ -242,6 +242,8 @@ def run(self):
242
module.include_dirs.append('/usr/local/include')
243
module.library_dirs.append('/usr/local/lib')
244
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')
247
elif building_for_freebsd:
248
module.define_macros.append(('_GNU_SOURCE', '1'))
249
module.define_macros.append(('USE_FREEBSD_PROC', '1'))
0 commit comments