Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-12-15 14:55:53 -05:00
4 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ WINLIB = $(WINTTYLIB) $(WINCURSESLIB)
#WINSRC += tile.c
#WINOBJ += tile.o
WINTTYLIB=-lcurses
WINTTYLIB=-lncurses -ltinfo
CHOWN=true
CHGRP=true

View File

@@ -39,7 +39,7 @@ WINSRC = $(WINTTYSRC)
WINOBJ = $(WINTTYOBJ)
WINLIB = $(WINTTYLIB)
WINTTYLIB=-lcurses
WINTTYLIB=-lncurses -ltinfo
CHOWN=true
CHGRP=true

View File

@@ -21,7 +21,7 @@ WINSRC = $(WINTTYSRC)
WINOBJ = $(WINTTYOBJ)
WINLIB = $(WINTTYLIB)
WINTTYLIB=-lcurses
WINTTYLIB=-lncurses -ltinfo
CHOWN=true
CHGRP=true