Skip to content

Commit 65d0a48

Browse files
committed
Update makefile
1 parent 9837d9a commit 65d0a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ifeq ($(shell uname -m),i686) # if i686
3333
CPU := i386
3434
else ifeq ($(shell uname -m),x86_64) # if x64
3535
CPU := amd64
36-
else ifeq ($(shell uname -m),arm6l) # if arm6l/raspberry pi
36+
else ifeq ($(shell uname -m),armv6l) # if arm6l/raspberry pi
3737
CPU := armhf
3838
else
3939
CPU := $(shell uname -m)

0 commit comments

Comments
 (0)