Skip to content

Commit ffc188a

Browse files
committed
Tweak build command on rustc.
1 parent ab8d200 commit ffc188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ mod lib {
8181
// indent-tabs-mode: nil
8282
// c-basic-offset: 4
8383
// buffer-file-coding-system: utf-8-unix
84-
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
84+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
8585
// End:

0 commit comments

Comments
 (0)