Fix copypasta mistake in the windows fake autoconf

This commit is contained in:
Hamish Coleman 2023-05-05 19:22:16 -05:00
parent 743f6325cf
commit 5fee024ad5

View File

@ -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 <<EOF