We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b127c9 + 0502f0f commit b7daef5Copy full SHA for b7daef5
Makefile
@@ -3,8 +3,9 @@ CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g
3
4
LDFLAGS = -lncursesw
5
6
+# OS X installs ncurses with wide character support, but not as "libncurses"
7
ifeq ($(shell uname -s),Darwin)
- LDFLAGS += -L /opt/local/lib
8
+ LDFLAGS = -lncurses
9
endif
10
11
PREFIX = /usr/local
0 commit comments