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 2012dbe commit fb62755Copy full SHA for fb62755
patches/graphviz-includes.diff
@@ -0,0 +1,15 @@
1
+diff --git a/setup.py b/setup.py
2
+index 524dad7..f88d2f8 100644
3
+--- a/setup.py
4
++++ b/setup.py
5
+@@ -38,8 +38,8 @@ define_macros = []
6
+ #include_dirs='/usr/include/graphviz'
7
+
8
+ # OSX, Linux, alternate location
9
+-#library_dirs='/usr/local/lib/graphviz'
10
+-#include_dirs='/usr/local/include/graphviz'
11
++library_dirs='/usr/local/lib/graphviz'
12
++include_dirs='/usr/local/include/graphviz'
13
14
+ # OSX (Fink)
15
+ #library_dirs='/sw/lib/graphviz'
0 commit comments