Skip to content

Commit

Permalink
Toolchain: Set cpu_family in meson cross files to SERENITY_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra authored and awesomekling committed May 16, 2024
1 parent 55fe04a commit 1e60b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Toolchain/CMake/meson-cross-file-Clang.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ needs_exe_wrapper = true

[host_machine]
system = 'serenity'
cpu_family = 'x86'
cpu_family = '@SERENITY_ARCH@'
cpu = '@SERENITY_ARCH@'
endian = 'little'
2 changes: 1 addition & 1 deletion Toolchain/CMake/meson-cross-file-GNU.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ needs_exe_wrapper = true

[host_machine]
system = 'serenity'
cpu_family = 'x86'
cpu_family = '@SERENITY_ARCH@'
cpu = '@SERENITY_ARCH@'
endian = 'little'

0 comments on commit 1e60b4e

Please sign in to comment.