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.
15 lines
282 B
15 lines
282 B
3 years ago
|
name: error
|
||
|
returns: void
|
||
|
description: Print the argument string and halts the build process.
|
||
|
|
||
|
posargs:
|
||
|
message:
|
||
|
type: str
|
||
|
description: The message to print
|
||
|
|
||
|
varargs:
|
||
|
name: msg
|
||
|
since: 0.58.0
|
||
|
type: str
|
||
|
description: Additional parameters will be seperated by spaces
|