Index: docs/linux_sublime_dev.md |
diff --git a/docs/linux_sublime_dev.md b/docs/linux_sublime_dev.md |
index dc12dbcc223b674b1e7dc68a25d74563da27f85f..a86ec7738c18bf5dbf7e7d2a6d622fb8e1b7abb1 100644 |
--- a/docs/linux_sublime_dev.md |
+++ b/docs/linux_sublime_dev.md |
@@ -286,7 +286,7 @@ page](https://github.com/quarnster/SublimeClang). |
``` |
1. Edit your project file `Project > Edit Project` to call the script above |
- (replace `out/Debug` with your out directory): |
+ (replace the path to depot_tools with your depot_tools directory): |
``` |
{ |
@@ -300,7 +300,7 @@ page](https://github.com/quarnster/SublimeClang). |
[ |
"-Wno-attributes", |
], |
- "sublimeclang_options_script": "python ${project_path}/src/tools/sublime/ninja_options_script.py ${project_path}/src ${project_path}/src/out/Debug", |
+ "sublimeclang_options_script": "python ${project_path}/src/tools/sublime/compile_flags.py -d '${project_path}/../depot_tools'", |
sashab
2016/07/08 00:58:26
Just for default arguments sake, I would change th
jkarlin
2016/07/18 17:48:55
Done.
|
} |
} |
``` |