mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +00:00
The micropython libs load libpcre dynamically using the foreign function interface (libffi). Without pcre the build will succeed but at run time anything that uses the 're' module will have issues. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
config BR2_PACKAGE_MICROPYTHON_LIB
|
|
bool "micropython-lib"
|
|
select BR2_PACKAGE_PCRE
|
|
depends on BR2_PACKAGE_MICROPYTHON
|
|
help
|
|
Core Python libraries ported to MicroPython.
|
|
|
|
http://micropython.org
|