We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9837d9a commit 65d0a48Copy full SHA for 65d0a48
makefile
@@ -33,7 +33,7 @@ ifeq ($(shell uname -m),i686) # if i686
33
CPU := i386
34
else ifeq ($(shell uname -m),x86_64) # if x64
35
CPU := amd64
36
-else ifeq ($(shell uname -m),arm6l) # if arm6l/raspberry pi
+else ifeq ($(shell uname -m),armv6l) # if arm6l/raspberry pi
37
CPU := armhf
38
else
39
CPU := $(shell uname -m)
0 commit comments