diff options
| author | Damien George | 2018-08-14 21:53:06 +1000 |
|---|---|---|
| committer | Damien George | 2018-08-14 21:53:06 +1000 |
| commit | 01ce2e1682c574925808e1b25ae7d80a4678c335 (patch) | |
| tree | 095715a021ef3d7d0e7d4309b5e1d064a78304c9 /ports/unix/Makefile | |
| parent | 206c65f22c5b460c077f5c86274c8bffd1091949 (diff) | |
unix/Makefile: Enable ussl module with nanbox build.
Diffstat (limited to 'ports/unix/Makefile')
| -rw-r--r-- | ports/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/Makefile b/ports/unix/Makefile index b17b012e0..537b0207a 100644 --- a/ports/unix/Makefile +++ b/ports/unix/Makefile @@ -222,7 +222,7 @@ nanbox: BUILD=build-nanbox \ PROG=micropython_nanbox \ MICROPY_FORCE_32BIT=1 \ - MICROPY_PY_USSL=0 + axtls all freedos: $(MAKE) \ |
