Skip to content

Commit

Permalink
mesonbuild: Recognise risc-v architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jul 14, 2018
1 parent e2c3645 commit 8f72101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mesonbuild/environment.py
Expand Up @@ -84,6 +84,8 @@
'parisc',
'ppc',
'ppc64',
'riscv32',
'riscv64',
'sparc64',
'x86',
'x86_64'
Expand Down

0 comments on commit 8f72101

Please sign in to comment.