Skip to content

Commit 233ef84

Browse files
authored
ESP32: allow external USER_C_MODULES from command line (lvgl#100)
1 parent 3aec046 commit 233ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/esp32_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111
# Include core source components.
1212
include(${MICROPY_DIR}/py/py.cmake)
1313

14-
set(USER_C_MODULES "${MICROPY_DIR}/user_modules/lv_binding_micropython/micropython.cmake")
14+
list(APPEND USER_C_MODULES "${MICROPY_DIR}/user_modules/lv_binding_micropython/micropython.cmake")
1515

1616
# CMAKE_BUILD_EARLY_EXPANSION is set during the component-discovery phase of
1717
# `idf.py build`, so none of the extmod/usermod (and in reality, most of the

0 commit comments

Comments
 (0)