diff options
author | Krsna Mahapatra <keshto@users.noreply.github.com> | 2020-04-20 16:49:26 -1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-04-23 11:27:38 +1000 |
commit | 0bfd55afbe8eb798a806605a735fb3a68dee07a0 (patch) | |
tree | afc57d285946678f953d9314e3bc0407a00b16eb | |
parent | 84fa3312cfa7d2237d4b56952f2cd6e3591210c4 (diff) |
README: Fix small typo, dfeault -> default.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ options (like cross-compiling), the same set of options should be passed to `make deplibs`. To actually enable/disable use of dependencies, edit `ports/unix/mpconfigport.mk` file, which has inline descriptions of the options. For example, to build SSL module (required for `upip` tool described above, -and so enabled by dfeault), `MICROPY_PY_USSL` should be set to 1. +and so enabled by default), `MICROPY_PY_USSL` should be set to 1. For some ports, building required dependences is transparent, and happens automatically. But they still need to be fetched with the `make submodules` |