mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Use == to check system instead of a prefix match
This commit is contained in:
parent
1d017c1cc1
commit
65359718c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue