Skip to content

Commit

Permalink
node: Fix comment in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Aug 5, 2024
1 parent 0463332 commit 67db359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:

.PHONY test-arm64
test-arm64:
# Use this command on arm64, other you will encounter linker errors.
# Use this command on arm64, otherwise you will encounter linker errors.
# It's not perfect: it will fail due to 'undefined symbols' errors
# for packges using cgo. Still, it will get you farther than running
# the default command.
Expand Down

0 comments on commit 67db359

Please sign in to comment.