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 3d25acc commit 023b89cCopy full SHA for 023b89c
setup.py
@@ -21,6 +21,10 @@
21
libdirs.append("/opt/homebrew/libxml2/lib")
22
includedirs.append("/opt/homebrew/libxml2/include")
23
includedirs.append("/opt/homebrew/libxml2/include/libxml2")
24
+ libdirs.append("/opt/homebrew/opt/icu4c/lib")
25
+ includedirs.append("/opt/homebrew/opt/icu4c/include")
26
+ libdirs.append("/opt/homebrew/opt/libxml2/lib")
27
+ includedirs.append("/opt/homebrew/opt/libxml2/include")
28
else:
29
#we are running on Mac OS X with homebrew, stuff is in specific locations:
30
libdirs.append("/usr/local/opt/icu4c/lib")
0 commit comments