meson/mesonbuild/backend
Luca Boccassi 267792174c custom_target: do not let install override build_by_default
A custom_target, if install is set to true, will always be built by
default even if build_by_default is explicitly set to false.
Ensure that this does not happen if it's set explicitly. To keep
backward compatibility, if build_by_default is not set explicitly and
install is true, set build_by_default to true.

Fixes #4107
2019-01-17 20:40:19 +02:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py custom_target: do not let install override build_by_default 2019-01-17 20:40:19 +02:00
ninjabackend.py ninjabackend: Adding missing shell quotes for compiler arguments 2019-01-07 23:03:18 +02:00
vs2010backend.py vs: respect 'b_pch' option 2019-01-02 22:17:36 +02:00
vs2015backend.py Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
vs2017backend.py VS: Add /DEBUG to linker to generate debug information 2017-11-30 22:36:28 +02:00
xcodebackend.py Pass arguments from in xcode projects 2018-10-08 21:31:15 +03:00