From 9b5d6e834a92480f962c7a7c4b20a4d1f10654c8 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Fri, 6 Oct 2017 18:13:33 +0200 Subject: [PATCH] Platform native: do not link ncurses --- arch/platform/native/Makefile.native | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/platform/native/Makefile.native b/arch/platform/native/Makefile.native index 88a33eba9..7463db96f 100644 --- a/arch/platform/native/Makefile.native +++ b/arch/platform/native/Makefile.native @@ -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