From f85208f15856923c4b805e745963b9385888e768 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 19 Oct 2018 20:23:02 -0700 Subject: [PATCH] Fix problem: MODULE_CFLAGS no longer exists. --- src/microcode/liarc-cc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/liarc-cc.in b/src/microcode/liarc-cc.in index 2ac81ad42..931d0b8fb 100755 --- a/src/microcode/liarc-cc.in +++ b/src/microcode/liarc-cc.in @@ -34,7 +34,7 @@ shift IN=${1} shift -CMD="@CC@ @DEFS@ @SCHEME_DEFS@ @CPPFLAGS@ @CFLAGS@ @MODULE_CFLAGS@" +CMD="@CC@ @DEFS@ @SCHEME_DEFS@ @CPPFLAGS@ @CFLAGS@" CMD="${CMD} ${@} -o ${OUT} -c ${IN}" echo "${CMD}" eval "${CMD}" -- 2.25.1