summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDanny 'Guru' Forghieri <daniele.forghieri@gmail.com>2017-10-25 23:09:09 +0200
committerNirbheek Chauhan <nirbheek@centricular.com>2018-03-10 19:05:19 +0530
commit142eeea7821a2e43ccfd80118cc31093aa59258a (patch)
tree7e21893923553cfa11c09f5db53184ffbfba99a1 /meson.build
parent69fe98bdccc9c1c50e51bdfffa26cddacf07b575 (diff)
downloadgobject-introspection-142eeea7821a2e43ccfd80118cc31093aa59258a.tar.gz
Windows: compile with /DYY_NO_UNISTD_H
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 069f45c2..378ffcf7 100644
--- a/meson.build
+++ b/meson.build
@@ -31,7 +31,7 @@ configure_file(
add_project_arguments([
'-I' + meson.build_root(),
'-DHAVE_CONFIG_H',
- ] language: 'c',
+ ], language: 'c',
)
gi_hidden_visibility_cflags = []