meson/mesonbuild/backend
Dylan Baker 505f824cf1 ninjabackend: Fix a couple of rust bugs
There are two bugs here, first is that we open coded the output args,
instead of using the compiler method. The second is that rust args are
not passed down to the backend invocation.
2020-11-13 08:55:30 -08:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py build: use PIE objects for static libraries if b_staticpic=false but b_pie=true 2020-10-18 18:56:35 +03:00
ninjabackend.py ninjabackend: Fix a couple of rust bugs 2020-11-13 08:55:30 -08:00
vs2010backend.py vs: add static_from_buildtype to b_vscrt 2020-10-14 19:35:28 +03:00
vs2015backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2017backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2019backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
xcodebackend.py Fixed using files object in subdir with xcode backend 2020-10-04 14:52:28 +02:00