Skip to content

Commit 5c31286

Browse files
committed
unix/Makefile: Enable frozen bytecode modules dir.
1 parent ddf0b7d commit 5c31286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unix/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
include ../py/mkenv.mk
33

44
FROZEN_DIR = scripts
5+
FROZEN_MPY_DIR = modules
56

67
# define main target
78
PROG = micropython

0 commit comments

Comments
 (0)