Skip to content

Commit

Permalink
Merge pull request nitrictech#263 from tjholm/fix-arch-builds
Browse files Browse the repository at this point in the history
fix builds on arch.
  • Loading branch information
tjholm authored Apr 5, 2022
2 parents 7389b5f + 0a16d65 commit cdb83e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ifeq ($(OS),Windows_NT)
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
UNAME_P := $(shell uname -p)
UNAME_P := $(shell uname -m)
ifeq ($(UNAME_P),x86_64)
PROTOC_PLATFORM := linux-x86_64
endif
Expand Down

0 comments on commit cdb83e1

Please sign in to comment.