meson/mesonbuild/backend
Declan Qian bc8c1f578f ninja backend: Fix custom_target() console: kwarg when using env
When a custom_target() uses an env, meson uses a wrapper
script to run the executable. This breaks the console: kwarg
because the wrapper script buffers the output. Fix it by setting
the verbose flag which will not buffer output.
2022-01-12 21:22:22 +05:30
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
ninjabackend.py ninja backend: Fix custom_target() console: kwarg when using env 2022-01-12 21:22:22 +05:30
vs2010backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
vs2012backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
vs2013backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
vs2015backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
vs2017backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
vs2019backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
vs2022backend.py Fix '# Visual Studio <>' comment in sln files with VS backend 2021-11-27 20:06:54 +02:00
xcodebackend.py fix various flake8 whitespace errors 2021-10-27 09:51:52 -04:00