Skip to content

Commit 3fd20b5

Browse files
FASTSHIFTpengyiqiang
andauthored
fix(lvgl.mk): fix vg_lite_tvg.cpp not compiling (lvgl#5435)
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
1 parent 27e7932 commit 3fd20b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lvgl.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.c')
55
CSRCS += $(shell find $(LVGL_PATH)/demos -type f -name '*.c')
66
CSRCS += $(shell find $(LVGL_PATH)/examples -type f -name '*.c')
77
CXXEXT := .cpp
8-
CXXSRCS += $(shell find $(LVGL_PATH)/src/libs/thorvg -type f -name '*${CXXEXT}')
8+
CXXSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*${CXXEXT}')
99

1010
AFLAGS += "-I$(LVGL_PATH)"
1111
CFLAGS += "-I$(LVGL_PATH)"

0 commit comments

Comments
 (0)