diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-11-19 15:12:58 +0100 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-11-19 15:12:58 +0100 |
commit | b94ee3e9517973172f5e1a3ecaa053941a6a44f0 (patch) | |
tree | d23454624f8b5bbedfd808e004759cd21d323a94 /meson.build | |
parent | 632a46a2aea2b2f607640f367b658bee1dc047e5 (diff) | |
download | wlclock-b94ee3e9517973172f5e1a3ecaa053941a6a44f0.tar.gz wlclock-b94ee3e9517973172f5e1a3ecaa053941a6a44f0.tar.bz2 |
Use correct OS macro for guarding execinfo.h
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
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( |