Skip to content

Commit

Permalink
Fix makefile for arm mac
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Feb 7, 2024
1 parent d06fdd9 commit c6fa2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
RUNTIME=linux-arm
endif
else ifneq ($(filter arm%,$(UNAME_P)),)
RUNTIME=osx.11.0-arm64
RUNTIME=osx-arm64
else
RUNTIME=osx-x64
endif
Expand Down

0 comments on commit c6fa2c2

Please sign in to comment.