whole conditional block no longer needed
This commit is contained in:
parent
3c70aa8845
commit
b5ab73b111
|
@ -6,12 +6,7 @@ include ../py/mkenv.mk
|
|||
|
||||
# define main target
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
# Detect a MINGW32 build, and change the name of the final executable.
|
||||
PROG ?= mpy-cross
|
||||
else
|
||||
PROG ?= mpy-cross
|
||||
endif
|
||||
|
||||
# qstr definitions (must come before including py.mk)
|
||||
QSTR_DEFS = qstrdefsport.h
|
||||
|
|
Loading…
Reference in New Issue