![]() By default, meson will try to look for shared libraries first before static ones. In the meson.build itself, one can use the static keyword to control if a static library will be tried first but there's no simple way for an end user performing a build to switch back and forth at will. Let's cover this usecase by adding an option that allows a user to specify if they want dependency lookups to try static or shared libraries first. The writer of the meson.build can manually specify the static keyword where appropriate which will override the value of this option. |
||
---|---|---|
.. | ||
primitives | ||
__init__.py | ||
compiler.py | ||
dependencyfallbacks.py | ||
interpreter.py | ||
interpreterobjects.py | ||
kwargs.py | ||
mesonmain.py | ||
type_checking.py |