meson/mesonbuild
Nirbheek Chauhan 6b7dba7f06 backends: Don't hardcode system library paths
Lookup the library paths using the available compilers instead.

This makes the code work on non-Linux platforms too.
2018-06-07 12:57:56 +00:00
..
backend backends: Don't hardcode system library paths 2018-06-07 12:57:56 +00:00
compilers compilers: Use RUSTFLAGS from the env as default rust_args value 2018-06-06 20:02:37 +00:00
dependencies dependencies/qt: fix debugoptimized builds with qt 2018-06-07 12:56:49 +00:00
modules Fix issues found by flake8 2018-06-06 20:02:37 +00:00
scripts gettext: Install .mo files atomically 2018-06-07 00:18:21 +03:00
wrap wraptool: Convert to argparse 2018-06-06 20:02:37 +00:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
astinterpreter.py cleanup: Remove redundant parentheses 2017-01-18 21:22:47 +02:00
build.py Install shared_module implibs 2018-06-07 12:57:39 +00:00
coredata.py Convert args.projectoptions into a dict 2018-06-06 20:02:37 +00:00
environment.py environment: copy self.cmd_line_options to not modify original options 2018-06-06 20:02:37 +00:00
interpreter.py Interpreter: Fix subdir_done() to exit from inside if/foreach blocks 2018-06-07 12:56:27 +00:00
interpreterbase.py Interpreter: Fix subdir_done() to exit from inside if/foreach blocks 2018-06-07 12:56:27 +00:00
linkers.py Add an OpenMP dependency. 2018-04-17 02:04:37 -04:00
mconf.py mconf: Take only one optional builddir arg that defaults to '.' 2018-06-06 20:02:37 +00:00
mesonlib.py Fix #mesondefine token error message formatting 2018-06-03 21:28:47 +03:00
mesonmain.py mesonmain: Take only 2 optional directories 2018-06-06 20:02:37 +00:00
minit.py Use visual studio solution directories 2018-04-17 23:41:03 +02:00
mintro.py meson introspect: Fix --installed argument 2018-06-06 06:59:06 +00:00
mlog.py Add VT100 ANSI escape sequences for Windows 10. 2018-05-01 20:17:14 +03:00
mparser.py Add support for octal and binary int literals. 2018-05-23 14:07:38 -07:00
mtest.py Set WINEPATH when running serialized executables 2018-06-05 10:50:22 +00:00
optinterpreter.py Convert args.projectoptions into a dict 2018-06-06 20:02:37 +00:00
rewriter.py Always build parser objects anew to avoid leaking old data. 2018-03-27 00:39:45 +03:00