diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-07-21 16:01:49 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-07-24 14:24:15 -0400 |
commit | c8241d79e46bec7e08b44f2cb0d1882dc4c4b0a6 (patch) | |
tree | 474ea0db84dc9a1a73a8489597779cf137464684 /mesonbuild/interpreter/kwargs.py | |
parent | c2ed846b64f02653d1460855c0aadef20308fc1f (diff) | |
download | meson-c8241d79e46bec7e08b44f2cb0d1882dc4c4b0a6.zip meson-c8241d79e46bec7e08b44f2cb0d1882dc4c4b0a6.tar.gz meson-c8241d79e46bec7e08b44f2cb0d1882dc4c4b0a6.tar.bz2 |
build: remove BuildTarget.need_install
This would be either the value `kwargs['install']`, or `False`. There
isn't any case that `BuildTarget.need_install` handles that
`BuildTarget.install` doesn't handle, if we just initialized it
correctly. So, just set Target.install correctly in the super
initializer, and do away with need_install.
Diffstat (limited to 'mesonbuild/interpreter/kwargs.py')
0 files changed, 0 insertions, 0 deletions