Skip to content

Commit

Permalink
sysdeps/managarm: Do not error out on riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
avdgrinten committed Nov 1, 2024
1 parent 7149f46 commit eb70663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysdeps/managarm/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ elif host_machine.cpu_family() == 'x86_64'
'x86_64/thread_entry.S',
'x86_64/thread.cpp'
)
elif host_machine.cpu_family() == 'riscv64'
else
error('Unknown architecture')
endif
Expand Down

0 comments on commit eb70663

Please sign in to comment.