Skip to content

Commit 77c890f

Browse files
committed
add another path to look for dot
1 parent 8a24cf0 commit 77c890f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gui-lib/mrlib/private/dot.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
'("/usr/bin"
2525
"/bin"
2626
"/usr/local/bin"
27-
"/opt/local/bin/"))
27+
"/opt/local/bin/"
28+
"/opt/homebrew/bin/"))
2829

2930
(define dot.exe (if (eq? (system-type) 'windows) "dot.exe" "dot"))
3031
(define neato.exe (if (eq? (system-type) 'windows) "neato.exe" "neato"))

0 commit comments

Comments
 (0)