diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 38a7364f..9bd71191 100644 --- a/meson.build +++ b/meson.build @@ -111,7 +111,7 @@ wlr_deps += [ math, ] -if host_machine.system().startswith('freebsd') +if host_machine.system() == 'freebsd' override_options = ['b_lundef=false'] else override_options = [] |