From 5fee024ad55e4b65ec7ab004531750995f72bd3c Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Fri, 5 May 2023 19:22:16 -0500 Subject: [PATCH] Fix copypasta mistake in the windows fake autoconf --- scripts/hack_fakeautoconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hack_fakeautoconf.sh b/scripts/hack_fakeautoconf.sh index c8f195c..8849bdd 100755 --- a/scripts/hack_fakeautoconf.sh +++ b/scripts/hack_fakeautoconf.sh @@ -8,7 +8,7 @@ CC=gcc AR=ar CFLAGS=$CFLAGS -g -O2 -I./include LDFLAGS=$LDFLAGS -L. -N2N_LIBS_EXTRA=$LDLIBS +LDLIBS_EXTRA=$LDLIBS EOF cat >tools/config.mak <