From 5c312861a611df156f2fb2b0811f3713df2edb14 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 12 May 2017 18:31:22 +0300 Subject: [PATCH] unix/Makefile: Enable frozen bytecode modules dir. --- unix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/Makefile b/unix/Makefile index e08e817bca..830f307424 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -2,6 +2,7 @@ include ../py/mkenv.mk FROZEN_DIR = scripts +FROZEN_MPY_DIR = modules # define main target PROG = micropython