diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-12-18 13:42:44 -0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-19 01:25:17 +0200 |
commit | 05fc81ac3527e66e8460c6a33c84e83c1e84b63c (patch) | |
tree | 884478bff237c85b2a57bee2f6f001ee8f8676e1 /mesonbuild/interpreter.py | |
parent | 4ffd009fe930a4996aff22ce23c0fd5dea11ba8b (diff) | |
download | meson-05fc81ac3527e66e8460c6a33c84e83c1e84b63c.zip meson-05fc81ac3527e66e8460c6a33c84e83c1e84b63c.tar.gz meson-05fc81ac3527e66e8460c6a33c84e83c1e84b63c.tar.bz2 |
docs: Add warning about not using join_paths() with build targets [skip ci]
This comes up now and again when people try do do something like:
meson.build:
```meson
my_sources = ['foo.c']
subdir('subdir')
executable('foo', my_sources)
```
subdir/meson.build:
```meson
my_sources += ['bar.c']
```
Diffstat (limited to 'mesonbuild/interpreter.py')
0 files changed, 0 insertions, 0 deletions