Commit 11cc318
committed
Place source and build products in OUT_DIR
This has two benefits:
* It follows the directions specified in the Cargo docs. ("Build
scripts may save any output files in the directory specified in the
`OUT_DIR` environment variable. Scripts should not modify any files
outside of that directory.")
* It makes `cargo clean` work properly. (When build products are
placed outside of `OUT_DIR`, `cargo clean` cannot remove them, which
can make issues very difficult to debug.)1 parent 3696272 commit 11cc318
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments