diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-11-28 03:04:39 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-12-02 02:07:19 +0530 |
commit | 62ba5ca1ec1b9423b2fe6676dd163e2a06a7b0a5 (patch) | |
tree | 129bbe84d8360da562aca8cd300fa088d5d9527c /docs/markdown | |
parent | e1bdc098ca48990322b058e2a2a9fce16c3e7674 (diff) | |
download | meson-62ba5ca1ec1b9423b2fe6676dd163e2a06a7b0a5.zip meson-62ba5ca1ec1b9423b2fe6676dd163e2a06a7b0a5.tar.gz meson-62ba5ca1ec1b9423b2fe6676dd163e2a06a7b0a5.tar.bz2 |
custom target: Consider all build depends while serializing
Currently, we only consider the build depends of the Executable being
run when serializing custom targets. However, this is not always
sufficient, for example if the executable loads modules at runtime or if
the executable is actually a python script that loads a built module.
For these cases, we need to set PATH on Windows correctly or the custom
target will fail to run at build time complaining about missing DLLs.
Diffstat (limited to 'docs/markdown')
0 files changed, 0 insertions, 0 deletions