Skip to content

Commit b5ab73b

Browse files
committed
whole conditional block no longer needed
1 parent 3c70aa8 commit b5ab73b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mpy-cross/mpy-cross.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ include ../py/mkenv.mk
66

77
# define main target
88

9-
ifeq ($(OS),Windows_NT)
10-
# Detect a MINGW32 build, and change the name of the final executable.
119
PROG ?= mpy-cross
12-
else
13-
PROG ?= mpy-cross
14-
endif
1510

1611
# qstr definitions (must come before including py.mk)
1712
QSTR_DEFS = qstrdefsport.h

0 commit comments

Comments
 (0)