meson/mesonbuild/backend
Dylan Baker bdc6f243e9 backends/ninja: run `ranlib -c $out` when using the apple ar
Apple's AR is old, and doesn't add externed symbols to the symbol table,
instead relying on the user calling ranlib with -c. We need to do that
for the user
2022-07-25 15:36:59 -07:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py backends: Remove /Zi arg if requested to use /Z7 2022-07-15 11:26:01 -04:00
ninjabackend.py backends/ninja: run `ranlib -c $out` when using the apple ar 2022-07-25 15:36:59 -07:00
vs2010backend.py add missing lower() to fix msvc backend platform detection 2022-06-26 08:10:12 -04:00
vs2012backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2013backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2015backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2017backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2019backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2022backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
xcodebackend.py backend: always use the same code to compute the files in ExtractedObjects 2022-06-14 10:11:22 -07:00