aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/Makefile
diff options
context:
space:
mode:
authorDamien George2018-08-14 21:53:06 +1000
committerDamien George2018-08-14 21:53:06 +1000
commit01ce2e1682c574925808e1b25ae7d80a4678c335 (patch)
tree095715a021ef3d7d0e7d4309b5e1d064a78304c9 /ports/unix/Makefile
parent206c65f22c5b460c077f5c86274c8bffd1091949 (diff)
unix/Makefile: Enable ussl module with nanbox build.
Diffstat (limited to 'ports/unix/Makefile')
-rw-r--r--ports/unix/Makefile2
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) \