Skip to content

Commit

Permalink
Corrected value for cpu_family in the Linux arm64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 31, 2024
1 parent 4bdb8bd commit a038925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux-arm64/cross-compilation.meson
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pkgconfig = ['pkg-config']

[host_machine]
system = 'arm64'
cpu_family = 'arm64'
cpu_family = 'aarch64'
cpu = 'arm64'
endian = 'little'

0 comments on commit a038925

Please sign in to comment.