mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
libs/libxx: Download C++ libraries during context.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
9732334b5d
commit
15fb70cb00
@@ -97,6 +97,9 @@ endif
|
||||
endif
|
||||
|
||||
CONTEXTDIRS += libs$(DELIM)libc
|
||||
ifeq ($(CONFIG_HAVE_CXX),y)
|
||||
CONTEXTDIRS += libs$(DELIM)libxx
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NX),y)
|
||||
KERNDEPDIRS += graphics
|
||||
|
||||
Reference in New Issue
Block a user