mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +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.
|
# between minor releases.
|
||||||
soversion = 11
|
soversion = 11
|
||||||
|
|
||||||
little_endian = host_machine.endian() == 'little'
|
little_endian = target_machine.endian() == 'little'
|
||||||
big_endian = host_machine.endian() == 'big'
|
big_endian = target_machine.endian() == 'big'
|
||||||
|
|
||||||
add_project_arguments([
|
add_project_arguments([
|
||||||
'-DWLR_USE_UNSTABLE',
|
'-DWLR_USE_UNSTABLE',
|
||||||
|
Loading…
Reference in New Issue
Block a user