Compare commits

..

1 Commits

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

View File

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