Add initial meson build scripts

This commit is contained in:
Yuxuan Shui
2018-10-15 00:38:21 +01:00
parent aa2098eefd
commit 4094d8b9c4
5 changed files with 114 additions and 1 deletions

View File

@ -1709,7 +1709,7 @@ cxfree(void *data) {
XFree(data);
}
static inline void _Noreturn
_Noreturn static inline void
die(const char *msg) {
puts(msg);
exit(1);