Skip to content

Commit ae4865e

Browse files
committed
unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.
So that if MICROPY_FORCE_32BIT is set mpconfigport.mk it influences mkenv.mk.
1 parent 09630e4 commit ae4865e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include ../py/mkenv.mk
21
-include mpconfigport.mk
2+
include ../py/mkenv.mk
33

44
# define main target
55
PROG = micropython

0 commit comments

Comments
 (0)