Skip to content

Commit

Permalink
Fix risc vs riscv typo in Meson file
Browse files Browse the repository at this point in the history
Closes: gentoo#1076
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
chewi authored and thesamesam committed Aug 3, 2023
1 parent c96f8a3 commit 697e297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnf/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ arch = {
'loongarch64' : 'loong',
'mips64' : 'mips',
'parisc' : 'hppa',
'riscv32' : 'risc',
'riscv64' : 'risc',
'riscv32' : 'riscv',
'riscv64' : 'riscv',
's390x' : 's390',
'sh4' : 'sh',
'sparc64' : 'sparc',
Expand Down

0 comments on commit 697e297

Please sign in to comment.