Skip to content

Commit

Permalink
Fix Nim Build for riscv32
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jan 2, 2024
1 parent fa0b0d1 commit 04f2fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ proc read_config(cfg: string): DotConfig =
case arch
of "arm", "arm64":
result.arch = arch
of "riscv":
of "risc-v":
result.arch = "riscv32"
of "sim":
if defined(amd64):
Expand Down

0 comments on commit 04f2fec

Please sign in to comment.