Skip to content
  • Paul Sokolovsky's avatar
    unix: Allow to override default sys.path value. · 51726b4d
    Paul Sokolovsky authored
    Using MICROPY_PY_SYS_PATH_DEFAULT macro define. A usecase is building a
    distribution package, which should not have user home path by default in
    sys.path. In such case, MICROPY_PY_SYS_PATH_DEFAULT can be defined on
    make command-line (using CFLAGS_EXTRA).
    51726b4d