micropython-lib/micropython/mip
Damien George 96e17b65d1 mip: Make mip.install() skip /rom*/lib directories.
If a ROMFS is mounted then "/rom/lib" is usually in `sys.path` before the
writable filesystem's "lib" entry.  The ROMFS directory cannot be installed
to, so skip it if found.

Signed-off-by: Damien George <damien@micropython.org>
2025-03-11 16:27:09 +11:00
..
mip mip: Make mip.install() skip /rom*/lib directories. 2025-03-11 16:27:09 +11:00
manifest.py mip: Make mip.install() skip /rom*/lib directories. 2025-03-11 16:27:09 +11:00