zygo

ncurses gopher client
Log | Files | Refs

commit 5066600734fb302148fadea236925277ac9a35b7
parent add3e4aaeb65f8d563ff8066d57ce458b554fcee
Author: hhvn <dev@hhvn.uk>
Date:   Sun, 16 Jan 2022 20:08:38 +0000

configure: correct path

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -68,6 +68,6 @@ ${CC} -o test test.c >/dev/null 2>/dev/null && ./test >/dev/null 2>/dev/null && cat >> config.mk <<- EOF # linking an included version of strlcat, as your system doesn't have it CFLAGS += -DZYGO_STRLCAT - SRC += src/strlcpy.c + SRC += strlcat.c EOF }