projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db165f5
)
Use triple quotes for multiline string.
author
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 4 Jul 2018 18:43:23 +0000
(19:43 +0100)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 4 Jul 2018 18:52:32 +0000
(19:52 +0100)
Single quotes will become an error in a future meson release.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 08153fb1e585bda2aac30cd79d72705e00468c03..cdf0fae09e59a5331b465681b50290503c6a58b2 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-20,7
+20,7
@@
cc = meson.get_compiler('c')
# Default includes when checking for presence of functions and
# struct members
-include_default = '
+include_default = '
''
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
@@
-28,7
+28,7
@@
include_default = '
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-'
+'
''
args_default = [ '-D_GNU_SOURCE' ]
cfg.set_quoted('PACKAGE_VERSION', meson.project_version())