From a8668eaf9f3a42dfde3b99f8f600dcf5f85ef419 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 6 Nov 2021 21:49:23 -0700 Subject: game of life This required me to figure out some unicode-related nuances, but no new primitives. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 36bb294..c88fb28 100644 --- a/src/Makefile +++ b/src/Makefile @@ -97,7 +97,7 @@ generic: $(MAKE) all MYCFLAGS= linux: - $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lncurses" + $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lncursesw" macosx: $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX -- cgit 1.4.1-2-gfad0