mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 03:30:31 +00:00
ctk-curses: Introduce CURSES_LIB makefile variable
This should allow overriding it depending on $(HOST_OS).
This commit is contained in:
parent
b7601c3acb
commit
343a7643b7
@ -38,5 +38,7 @@ CONTIKI_SOURCEFILES += $(CTK) ctk-conio.c $(CONTIKI_TARGET_SOURCEFILES)
|
||||
CONTIKI_CPU=$(CONTIKI)/cpu/native
|
||||
include $(CONTIKI)/cpu/native/Makefile.native
|
||||
|
||||
LDFLAGS += -lncurses
|
||||
CURSES_LIBS ?= -lncurses
|
||||
|
||||
LDFLAGS += $(CURSES_LIBS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user