From 09eb752cf245c33326bc98f8292ec04d477ab121 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Dec 2022 08:53:26 -0500 Subject: Remove unused platform feature checks --- meson.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4920b23..d382ff4 100644 --- a/meson.build +++ b/meson.build @@ -42,13 +42,8 @@ subdir('meson/suppressions') ########################## platform_defines = ['-DLILV_VERSION="@0@"'.format(meson.project_version())] -if host_machine.system() == 'darwin' +if host_machine.system() in ['gnu', 'linux'] platform_defines += [ - '-D_DARWIN_C_SOURCE', - ] -elif host_machine.system() in ['gnu', 'linux'] - platform_defines += [ - '-D_DEFAULT_SOURCE', '-D_POSIX_C_SOURCE=200809L', ] endif -- cgit v1.2.1