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 8a24cf0 commit 77c890fCopy full SHA for 77c890f
1 file changed
gui-lib/mrlib/private/dot.rkt
@@ -24,7 +24,8 @@
24
'("/usr/bin"
25
"/bin"
26
"/usr/local/bin"
27
- "/opt/local/bin/"))
+ "/opt/local/bin/"
28
+ "/opt/homebrew/bin/"))
29
30
(define dot.exe (if (eq? (system-type) 'windows) "dot.exe" "dot"))
31
(define neato.exe (if (eq? (system-type) 'windows) "neato.exe" "neato"))
0 commit comments