Skip to content

Commit

Permalink
Merge pull request #97 from kylefleming/add_home_folder_to_path
Browse files Browse the repository at this point in the history
Look for processing-java in home directory on mac
  • Loading branch information
b-g committed Nov 7, 2015
2 parents d44147f + 3db0b2d commit 64829b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build Systems/Processing.sublime-build
Expand Up @@ -4,7 +4,7 @@
"cmd": ["processing-java", "--force", "--sketch=$file_path", "--output=$file_path/build-tmp", "--run"],
"file_regex": "^(...*?):([0-9]*)",
"encoding": "ISO8859-1",
"osx": { "path": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" },
"osx": { "path": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$HOME" },

"variants": [
{ // Close old sketch on build.
Expand Down

0 comments on commit 64829b9

Please sign in to comment.