Skip to content

Commit

Permalink
changes macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed May 1, 2024
1 parent 111e7df commit 570cdc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: brew install --force gcc libffi cmake ninja make

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

- name: Build ESP32 port
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
Expand Down
1 change: 0 additions & 1 deletion ext_mod/lvgl/micropython.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ $(LVGL_MPY): $(ALL_LVGL_SRC) $(LVGL_BINDING_DIR)/gen/$(GEN_SCRIPT)_api_gen_mpy.p
.PHONY: LVGL_MPY
LVGL_MPY: $(LVGL_MPY)

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

0 comments on commit 570cdc6

Please sign in to comment.