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.
This commit is contained in:
parent
09630e48ce
commit
ae4865efa1
@ -1,5 +1,5 @@
|
|||||||
include ../py/mkenv.mk
|
|
||||||
-include mpconfigport.mk
|
-include mpconfigport.mk
|
||||||
|
include ../py/mkenv.mk
|
||||||
|
|
||||||
# define main target
|
# define main target
|
||||||
PROG = micropython
|
PROG = micropython
|
||||||
|
Loading…
x
Reference in New Issue
Block a user