Skip to content

Commit a58fa27

Browse files
stinospfalcon
authored andcommitted
windows: Cleanup makefile
The BSD stuff is a copy from the unix makefile but at least there it makes some sense, a windows makefile on BSD doesn't. The -lmman flag is probably for mmap functions but there is no other build support for it on windows so just that flag won't cut it anyway.
1 parent bf1570c commit a58fa27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

windows/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@ SRC_C += lib/mp-readline/readline.c
4747
else ifeq ($(MICROPY_USE_READLINE),2)
4848
CFLAGS_MOD += -DMICROPY_USE_READLINE=2
4949
LDFLAGS_MOD += -lreadline
50-
# the following is needed for BSD
51-
#LDFLAGS_MOD += -ltermcap
5250
endif
5351

5452
LIB += -lws2_32
55-
#LIB += -lmman
5653

5754
include ../py/mkrules.mk
58-

0 commit comments

Comments
 (0)