Skip to content

Commit

Permalink
ucpu fix-up for arm64 value on macos m1 (#21142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguzzon authored Dec 20, 2022
1 parent 0aec095 commit 8a77798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/niminst/makefile.nimf
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ endif
ifeq ($(ucpu),aarch64)
mycpu = arm64
endif
ifeq ($(ucpu),arm64)
mycpu = arm64
endif
ifeq ($(ucpu),riscv64)
mycpu = riscv64
endif
Expand Down

0 comments on commit 8a77798

Please sign in to comment.