Compare commits
1 Commits
af7ec01f45
...
aa53bf05da
Author | SHA1 | Date | |
---|---|---|---|
|
aa53bf05da |
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ INCLUDES := inc
|
|||||||
#Alpine Linux ftdi include path
|
#Alpine Linux ftdi include path
|
||||||
INCLUDES += /usr/include/libftdi1
|
INCLUDES += /usr/include/libftdi1
|
||||||
|
|
||||||
DISTRO=$(head -1 /etc/issue)
|
DISTRO=$(cat /etc/issue)
|
||||||
ifeq "$(findstring Alpine,$(DISTRO))" ""
|
ifeq "$(findstring Alpine,$(DISTRO))" ""
|
||||||
LIBS := ftdi
|
LIBS := ftdi
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user