From bee517a753db3b66386104bfcdf4770fa4b2dc01 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 30 Apr 2023 14:50:10 -0500 Subject: [PATCH] Update windows build for new config.mak --- scripts/hack_fakeautoconf.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/hack_fakeautoconf.sh b/scripts/hack_fakeautoconf.sh index a7f9203..91e1ca4 100755 --- a/scripts/hack_fakeautoconf.sh +++ b/scripts/hack_fakeautoconf.sh @@ -3,13 +3,13 @@ # Specifically for windows, where installing autoconf looks suspiciously # like boiling the ocean. -sed \ - -e "s%@CC@%gcc%g" \ - -e "s%@AR@%ar%g" \ - -e "s%@CFLAGS@%$CFLAGS%g" \ - -e "s%@LDFLAGS@%$LDFLAGS%g" \ - -e "s%@N2N_LIBS@%$LDLIBS%g" \ - < Makefile.in > Makefile +cat >config.mak <