Skip to content

Commit

Permalink
Document that OUT_DIR in JSON messages is an absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jun 24, 2020
1 parent c26576f commit 39c1081
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 39c1081

Please sign in to comment.