Skip to content

Commit 05685db

Browse files
committed
Use -lncursesw instead of -lcurses.
Otherwise Unicode doesn't work on some systems.
1 parent 8dd18d6 commit 05685db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#CC=gcc
22
CFLAGS+=-Wall
3-
LIBS=-lcurses
3+
LIBS=-lncursesw
44

55
all: ascii_invaders
66

0 commit comments

Comments
 (0)