Update windows build for new config.mak

This commit is contained in:
Hamish Coleman 2023-04-30 14:50:10 -05:00
parent c81889d02f
commit bee517a753

View File

@ -3,13 +3,13 @@
# Specifically for windows, where installing autoconf looks suspiciously # Specifically for windows, where installing autoconf looks suspiciously
# like boiling the ocean. # like boiling the ocean.
sed \ cat >config.mak <<EOF
-e "s%@CC@%gcc%g" \ CC=gcc
-e "s%@AR@%ar%g" \ AR=ar
-e "s%@CFLAGS@%$CFLAGS%g" \ CFLAGS=$CFLAGS
-e "s%@LDFLAGS@%$LDFLAGS%g" \ LDFLAGS=$LDFLAGS
-e "s%@N2N_LIBS@%$LDLIBS%g" \ N2N_LIBS_EXTRA=$LDLIBS
< Makefile.in > Makefile EOF
sed \ sed \
-e "s%@ADDITIONAL_TOOLS@%%g" \ -e "s%@ADDITIONAL_TOOLS@%%g" \