File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
# For Make-based builds, see the .mk file in the same directory.
3
3
4
4
# When building Micropython, this file is to be given as:
5
- # for esp32:
6
- # make USER_C_MODULES=../../../../lv_micropython_cmod/micropython.cmake
7
- # for rp2 and most other (CMake-based) ports:
8
- # make USER_C_MODULES=../../../lv_micropython_cmod/micropython.cmake
5
+ # make USER_C_MODULES=<path to this directory>/micropython.cmake
6
+
9
7
10
8
find_package (Python3 REQUIRED COMPONENTS Interpreter )
11
9
Original file line number Diff line number Diff line change 2
2
# For CMake-based builds, see the .cmake file in the same directory.
3
3
4
4
# When building Micropython, the parent directory of this file's parent directory is to be given as:
5
- # make USER_C_MODULES=../../../
5
+ # make USER_C_MODULES=<path to this directory>
6
6
7
7
$(shell mkdir -p $(BUILD))
8
8
You can’t perform that action at this time.
0 commit comments