aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vhost_scsi/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vhost_scsi/meson.build')
-rw-r--r--examples/vhost_scsi/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vhost_scsi/meson.build b/examples/vhost_scsi/meson.build
index 5f92370f..2303bcae 100644
--- a/examples/vhost_scsi/meson.build
+++ b/examples/vhost_scsi/meson.build
@@ -10,7 +10,7 @@ if host_machine.system() != 'linux'
build = false
endif
deps += 'vhost'
-cflags += ['-D_GNU_SOURCE','-D_FILE_OFFSET_BITS=64']
+cflags += ['-D_FILE_OFFSET_BITS=64']
sources = files(
'scsi.c', 'vhost_scsi.c'
)