Platform native: do not link ncurses

This commit is contained in:
Simon Duquennoy 2017-10-06 18:13:33 +02:00
parent c43da309d0
commit 9b5d6e834a
1 changed files with 0 additions and 8 deletions

View File

@ -37,12 +37,4 @@ MAKE_MAC ?= MAKE_MAC_NULLMAC
CONTIKI_CPU=$(CONTIKI)/arch/cpu/native
include $(CONTIKI)/arch/cpu/native/Makefile.native
ifeq ($(HOST_OS),Windows)
CFLAGS += -I/usr/include/ncurses
endif
CURSES_LIBS ?= -lncurses
TARGET_LIBFILES += $(CURSES_LIBS)
MODULES+=os/net os/net/mac os/net/mac/framer