Browse Source

Fix copypasta mistake in the windows fake autoconf

pull/1089/head
Hamish Coleman 1 year ago
parent
commit
5fee024ad5
  1. 2
      scripts/hack_fakeautoconf.sh

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

Loading…
Cancel
Save