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 3aec046 commit 233ef84Copy full SHA for 233ef84
ports/esp32/esp32_common.cmake
@@ -11,7 +11,7 @@ endif()
11
# Include core source components.
12
include(${MICROPY_DIR}/py/py.cmake)
13
14
-set(USER_C_MODULES "${MICROPY_DIR}/user_modules/lv_binding_micropython/micropython.cmake")
+list(APPEND USER_C_MODULES "${MICROPY_DIR}/user_modules/lv_binding_micropython/micropython.cmake")
15
16
# CMAKE_BUILD_EARLY_EXPANSION is set during the component-discovery phase of
17
# `idf.py build`, so none of the extmod/usermod (and in reality, most of the
0 commit comments