Skip to content

Commit f670976

Browse files
pengxianghao21cederom
authored andcommitted
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>
1 parent 687c1ca commit f670976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/uclibcxx_test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
2222

2323
CXXEXT := .cpp
2424

25-
TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/tests
25+
TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/uClibc++/tests
2626
ORIGS := $(wildcard $(TESTDIR)/*.cpp)
2727

2828
BLACKSRCS := wchartest.cpp

0 commit comments

Comments
 (0)