We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d627d5a commit bb88e79Copy full SHA for bb88e79
1 file changed
Bash.sublime-build
@@ -5,5 +5,9 @@
5
"windows": {
6
"path" : "$path;c:\\mingw\\bin;c:\\mingw\\msys\\1.0\\bin",
7
"cmd" : ["bash", "--login", "-i", "-c", "cd \"$file_path\"; \"$file\""]
8
+ },
9
+
10
+ "osx": {
11
+ "path" : "$PATH:/usr/local/bin:/usr/X11R6/bin:/opt/X11/bin:/usr/texbin"
12
}
13
0 commit comments