Merge pull request #84 from sics-iot/pr/ncurses

Platform native: do not lib ncurses
This commit is contained in:
Simon Duquennoy 2017-10-07 08:19:39 +02:00 committed by GitHub
commit 68d75edfd2
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