Skip to content

Commit 570cdc6

Browse files
committed
changes macos build
1 parent 111e7df commit 570cdc6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: brew install --force gcc libffi cmake ninja make
1717

1818
- name: Build macOS port
19-
run: python3 make.py macOS submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
19+
run: python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
2020

2121
- name: Build ESP32 port
2222
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911

ext_mod/lvgl/micropython.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ $(LVGL_MPY): $(ALL_LVGL_SRC) $(LVGL_BINDING_DIR)/gen/$(GEN_SCRIPT)_api_gen_mpy.p
3131
.PHONY: LVGL_MPY
3232
LVGL_MPY: $(LVGL_MPY)
3333

34-
CFLAGS_USERMOD += -Wno-unused-function
3534
SRC_USERMOD_LIB_C += $(shell find $(LVGL_DIR)/src -type f -name "*.c")
3635
SRC_USERMOD_LIB_C += $(LVGL_ADDON_DIR)/src/color_addons.c
3736
SRC_USERMOD_C += $(LVGL_MPY)

0 commit comments

Comments
 (0)