fix: build on Windows (MinGW environment) (#4538)

Co-authored-by: Andrii Samozvon <samozvon.a@ajax.systems>
This commit is contained in:
defogprog
2023-09-08 23:06:59 +03:00
committed by GitHub
parent bff1f22970
commit e2b19eb4ac
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/examples -name \*.c) CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/examples -name "*.c")

View File

@@ -1 +1 @@
CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/extra -name \*.c) CSRCS += $(shell find -L $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/extra -name "*.c")