mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
meson: use target_machine instead of host_machine
This commit is contained in:
parent
578e5614d4
commit
2e14bed9f7
@ -17,8 +17,8 @@ project(
|
||||
# between minor releases.
|
||||
soversion = 11
|
||||
|
||||
little_endian = host_machine.endian() == 'little'
|
||||
big_endian = host_machine.endian() == 'big'
|
||||
little_endian = target_machine.endian() == 'little'
|
||||
big_endian = target_machine.endian() == 'big'
|
||||
|
||||
add_project_arguments([
|
||||
'-DWLR_USE_UNSTABLE',
|
||||
|
Loading…
Reference in New Issue
Block a user