diff options
Diffstat (limited to 'src/comp/front/creader.rs')
| -rw-r--r-- | src/comp/front/creader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/creader.rs b/src/comp/front/creader.rs index 0f3c0d98..4a5f28ff 100644 --- a/src/comp/front/creader.rs +++ b/src/comp/front/creader.rs @@ -291,5 +291,5 @@ fn lookup_def(session.session sess, &span sp, int cnum, vec[ast.ident] path) // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: |