From b94ee3e9517973172f5e1a3ecaa053941a6a44f0 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Fri, 19 Nov 2021 15:12:58 +0100 Subject: Use correct OS macro for guarding execinfo.h --- meson.build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6d5c7ff..bd8a15c 100644 --- a/meson.build +++ b/meson.build @@ -30,10 +30,6 @@ cairo = dependency('cairo') realtime = cc.find_library('rt') math = cc.find_library('m') -if ['dragonfly', 'freebsd', 'netbsd', 'openbsd'].contains(host_machine.system()) - add_project_arguments(cc.get_supported_arguments([ '-DBSD' ]), language: 'c') -endif - subdir('protocol') executable( -- cgit v1.2.3