From 5bea6ea808b4ce0c9f6fa07c8dffddcdb7883f96 Mon Sep 17 00:00:00 2001 From: Nikita Melentev Date: Thu, 2 Feb 2017 14:32:19 +0300 Subject: unix: Fix freedos port build problems. --- unix/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'unix/Makefile') diff --git a/unix/Makefile b/unix/Makefile index 720842d6b..83bd3f984 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -235,7 +235,10 @@ freedos: PROG=micropython_freedos \ MICROPY_PY_SOCKET=0 \ MICROPY_PY_FFI=0 \ - MICROPY_PY_JNI=0 + MICROPY_PY_JNI=0 \ + MICROPY_PY_BTREE=0 \ + MICROPY_PY_THREAD=0 \ + MICROPY_PY_USSL=0 # build an interpreter for coverage testing and do the testing coverage: -- cgit v1.2.3