The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
401 B
14 lines
401 B
name: debug |
|
returns: void |
|
since: 0.63.0 |
|
description: Write the argument string to the meson build log. |
|
|
|
posargs: |
|
message: |
|
type: str | int | bool | list[str | int | bool] | dict[str | int | bool] |
|
description: The message to print |
|
|
|
varargs: |
|
name: msg |
|
type: str | int | bool | list[str | int | bool] | dict[str | int | bool] |
|
description: Additional parameters will be separated by spaces
|
|
|