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.
2 parents 86cf6fc + 0ff91c0 commit e619215Copy full SHA for e619215
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
-ifeq ($(shell cat /etc/os-release | grep "ID=raspbian"),"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