Tweak build command on rustc.

This commit is contained in:
Graydon Hoare 2011-03-31 14:41:35 +00:00
parent ab8d200fb0
commit ffc188a4dd

View File

@ -81,5 +81,5 @@ mod lib {
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: