diff --git a/platform/native/Makefile.native b/platform/native/Makefile.native index 1fad9d81f..8643a1fa4 100644 --- a/platform/native/Makefile.native +++ b/platform/native/Makefile.native @@ -40,5 +40,5 @@ include $(CONTIKI)/cpu/native/Makefile.native CURSES_LIBS ?= -lncurses -LDFLAGS += $(CURSES_LIBS) +TARGET_LIBFILES += $(CURSES_LIBS)