diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-26 01:42:46 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-26 02:11:17 +0300 |
commit | 37f97618011cbe28244b68afc0ca43ddb05eaa05 (patch) | |
tree | 197c9ad12c601b6b04e9a7565eeab77e4267cea6 | |
parent | 9d04fec5d902d5c49e6a3be446ef10793d74d85d (diff) |
unix/Makefile: nanbox build is not compatible with modussl, disable.
-rw-r--r-- | unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile index f324780c4..febf83cb3 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) \ |