diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-01-05 15:55:02 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-01-19 10:14:10 -0800 |
commit | bff0b415250b4f4f7cd750b60e6c01daaa61af15 (patch) | |
tree | ddd28d1a95975bb95d9a4fe9161dac62f7fab155 /docs/markdown/snippets | |
parent | 3ae115b57ad7f8eca09c03f5bd6bf65604dcaf59 (diff) | |
download | meson-bff0b415250b4f4f7cd750b60e6c01daaa61af15.zip meson-bff0b415250b4f4f7cd750b60e6c01daaa61af15.tar.gz meson-bff0b415250b4f4f7cd750b60e6c01daaa61af15.tar.bz2 |
rust: Accept generated sources for main.rs
There are still caveats here. Rust/cargo handles generated sources by
writing out all targets of a single repo into a single output directory,
setting a path to that via a build-time environment variable, and then
include those files via a set of functions and macros. Meson's build
layout is naturally different, and ninja makes working with environment
variables at compile time difficult.
Fixes #8157
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions