mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Toolchain: Set cpu_family in meson cross files to SERENITY_ARCH
This commit is contained in:
committed by
Andreas Kling
parent
55fe04a6fa
commit
1e60b4ec40
@@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
system = 'serenity'
|
||||
cpu_family = 'x86'
|
||||
cpu_family = '@SERENITY_ARCH@'
|
||||
cpu = '@SERENITY_ARCH@'
|
||||
endian = 'little'
|
||||
|
||||
@@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
system = 'serenity'
|
||||
cpu_family = 'x86'
|
||||
cpu_family = '@SERENITY_ARCH@'
|
||||
cpu = '@SERENITY_ARCH@'
|
||||
endian = 'little'
|
||||
|
||||
Reference in New Issue
Block a user