From 37f97618011cbe28244b68afc0ca43ddb05eaa05 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 26 May 2016 01:42:46 +0300 Subject: [PATCH] unix/Makefile: nanbox build is not compatible with modussl, disable. --- unix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/Makefile b/unix/Makefile index f324780c46..febf83cb38 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -242,6 +242,7 @@ nanbox: BUILD=build-nanbox \ PROG=micropython_nanbox \ MICROPY_FORCE_32BIT=1 \ + MICROPY_PY_USSL=0 freedos: $(MAKE) \