We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e7932 commit 3fd20b5Copy full SHA for 3fd20b5
lvgl.mk
@@ -5,7 +5,7 @@ CSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.c')
5
CSRCS += $(shell find $(LVGL_PATH)/demos -type f -name '*.c')
6
CSRCS += $(shell find $(LVGL_PATH)/examples -type f -name '*.c')
7
CXXEXT := .cpp
8
-CXXSRCS += $(shell find $(LVGL_PATH)/src/libs/thorvg -type f -name '*${CXXEXT}')
+CXXSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*${CXXEXT}')
9
10
AFLAGS += "-I$(LVGL_PATH)"
11
CFLAGS += "-I$(LVGL_PATH)"
0 commit comments