mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Document that OUT_DIR in JSON messages is an absolute path
This commit is contained in:
parent
c26576f9ad
commit
39c1081bc8
@ -214,8 +214,8 @@ may be found in [the chapter on build scripts](build-scripts.md).
|
||||
["SOME_KEY", "some value"],
|
||||
["ANOTHER_KEY", "another value"]
|
||||
],
|
||||
/* A path which is used as a value of `OUT_DIR` environmental variable
|
||||
when compiling current package.
|
||||
/* An absolute path which is used as a value of `OUT_DIR` environmental
|
||||
variable when compiling current package.
|
||||
*/
|
||||
"out_dir": "/some/path/in/target/dir"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user