|
|
|
@ -1396,11 +1396,12 @@ the following methods. |
|
|
|
|
/path/to/meson.py introspect`. The user is responsible for splitting |
|
|
|
|
the string to an array if needed. |
|
|
|
|
|
|
|
|
|
- `override_find_program(progname, program)` specifies that whenever |
|
|
|
|
`find_program` is used to find a program named `progname`, Meson |
|
|
|
|
should not not look it up on the system but instead return |
|
|
|
|
`program`, which may either be the result of `find_program` or |
|
|
|
|
`configure_file`. |
|
|
|
|
- `override_find_program(progname, program)` [*(Added |
|
|
|
|
0.46.0)*](Release-notes-for-0-46-0.html#Can-override-find_program) |
|
|
|
|
specifies that whenever `find_program` is used to find a program |
|
|
|
|
named `progname`, Meson should not not look it up on the system but |
|
|
|
|
instead return `program`, which may either be the result of |
|
|
|
|
`find_program` or `configure_file`. |
|
|
|
|
|
|
|
|
|
- `project_version()` returns the version string specified in `project` function call. |
|
|
|
|
|
|
|
|
|