Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
b3e331fc42 Workaround: In alpine libftdi is named libftdi1 2019-07-13 22:28:24 +02:00

View File

@ -14,7 +14,7 @@ INCLUDES := inc
#Alpine Linux ftdi include path
INCLUDES += /usr/include/libftdi1
DISTRO=$(head -1 /etc/issue)
DISTRO=$(shell head -1 /etc/issue)
ifeq "$(findstring Alpine,$(DISTRO))" ""
LIBS := ftdi
else