From 61d919c1ac4a43a9be652e108b6278618a35a2c3 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Sun, 20 Sep 2020 13:40:37 +0200 Subject: [PATCH] libftdi: Remove no longer needed workaround for travis CI. --- src/platforms/hosted/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platforms/hosted/Makefile.inc b/src/platforms/hosted/Makefile.inc index b3c65019..ddaec7ba 100644 --- a/src/platforms/hosted/Makefile.inc +++ b/src/platforms/hosted/Makefile.inc @@ -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)))