1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Add micropython 1.18 and 1.19.1 (#2443)

Support frozen builtin modules e.g. upip
This commit is contained in:
Dmitriy Serdyuk
2022-09-01 06:48:26 -04:00
committed by GitHub
parent a8afc61146
commit c89a69a6ed
4 changed files with 10 additions and 2 deletions

View File

@@ -115,6 +115,6 @@ DEF
#assert_success
assert_output <<OUT
CFLAGS_EXTRA=-DMICROPY_PY_SYS_PATH_DEFAULT='"${TMP}/install/lib/micropython"' -Wno-floating-conversion
CFLAGS_EXTRA=-DMICROPY_PY_SYS_PATH_DEFAULT='".frozen:${TMP}/install/lib/micropython"' -Wno-floating-conversion
OUT
}