mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-02 15:13:03 +00:00
build(bugfix):fix uClibc++ layout build error
make[2]: *** No rule to make target '/home/nuttx/libs/libxx/uClibc++/tests/testframework.cpp', needed by '/home/nuttx/libs/libxx/uClibc++/tests/testframework.cpp.home.apps.testing.uclibcxx_test.o'. Stop. Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
parent
687c1cacd9
commit
f67097662f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
|
|||
|
||||
CXXEXT := .cpp
|
||||
|
||||
TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/tests
|
||||
TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/uClibc++/tests
|
||||
ORIGS := $(wildcard $(TESTDIR)/*.cpp)
|
||||
|
||||
BLACKSRCS := wchartest.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue