mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
Toolchain: Set cpu_family in meson cross files to SERENITY_ARCH
This commit is contained in:
parent
55fe04a6fa
commit
1e60b4ec40
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/kennethmyhra
Commit: 1e60b4ec40
Pull-request: https://github.com/SerenityOS/serenity/pull/24336
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'serenity'
|
system = 'serenity'
|
||||||
cpu_family = 'x86'
|
cpu_family = '@SERENITY_ARCH@'
|
||||||
cpu = '@SERENITY_ARCH@'
|
cpu = '@SERENITY_ARCH@'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|
|
@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'serenity'
|
system = 'serenity'
|
||||||
cpu_family = 'x86'
|
cpu_family = '@SERENITY_ARCH@'
|
||||||
cpu = '@SERENITY_ARCH@'
|
cpu = '@SERENITY_ARCH@'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue