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 8c0d68c commit 4019b50Copy full SHA for 4019b50
makefile
@@ -20,7 +20,7 @@ VERSION := $(shell echo $(shell grep -r VERSION= propelleride.pri \
20
| sed -e 's/ /./g')
21
22
# if CPU (uname -m) equals...
23
-ifneq ($(shell cat /etc/os-release | grep "ID=raspbian"),"") # if Raspberry Pi
+ifeq ($(shell cat /etc/os-release | grep "ID=raspbian"),"ID=raspbian") # if Raspberry Pi
24
CPU := armhf
25
else
26
ifeq ($(shell uname -m),i686) # if i686
0 commit comments