Document that OUT_DIR in JSON messages is an absolute path

This commit is contained in:
Aleksey Kladov 2020-06-24 12:56:29 +02:00
parent c26576f9ad
commit 39c1081bc8

View File

@ -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"
}