libftdi: Remove no longer needed workaround for travis CI.

This commit is contained in:
Uwe Bonnes 2020-09-20 13:40:37 +02:00 committed by UweBonnes
parent 77231e8972
commit 61d919c1ac
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
SYS = $(shell $(CC) -dumpmachine)
CFLAGS += -DENABLE_DEBUG -DPLATFORM_HAS_DEBUG
CFLAGS += -DUSE_USB_VERSION_BIT
CFLAGS +=-I ./target -I./platforms/pc
ifneq (, $(findstring linux, $(SYS)))