Skip to content

Commit

Permalink
Auto merge of #8403 - matklad:abs-out-dir, r=Eh2406
Browse files Browse the repository at this point in the history
Document that OUT_DIR in JSON messages is an absolute path
  • Loading branch information
bors committed Jun 24, 2020
2 parents c26576f + 39c1081 commit 39b48d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/external-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 39b48d5

Please sign in to comment.