We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4807cea commit c918fb2Copy full SHA for c918fb2
setup.py
@@ -20,8 +20,14 @@
20
"/opt/homebrew/include",
21
"/usr/local/include",
22
"/opt/homebrew/opt/llvm/include",
23
+ "/opt/homebrew/opt/libomp/lib",
24
+]
25
+macos_dirs = [
26
+ "/opt/homebrew/lib",
27
+ "/usr/local/lib",
28
+ "/opt/homebrew/opt/llvm/include",
29
+ "/opt/homebrew/opt/libomp/include",
30
]
-macos_dirs = ["/opt/homebrew/lib", "/usr/local/lib", "/opt/homebrew/opt/llvm/include"]
31
32
33
class build_ext_compiler_check(build_ext):
0 commit comments