8000 . · PyDevices/lv_micropython_cmod@600f975 · GitHub
[go: up one dir, main page]

Skip to content

Commit 600f975

Browse files
committed
.
1 parent 89f8212 commit 600f975

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

micropython.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
# For Make-based builds, see the .mk file in the same directory.
33

44
# 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+
97

108
find_package(Python3 REQUIRED COMPONENTS Interpreter)
119

micropython.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For CMake-based builds, see the .cmake file in the same directory.
33

44
# 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>
66

77
$(shell mkdir -p $(BUILD))
88

0 commit comments

Comments
 (0)
0