From 1767f4fc29332516f47d0ca1c2270e72154c84c3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 30 Apr 2017 00:51:06 +0200 Subject: [PATCH] Add missing CXXFLAGSF --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index 1cee2cb..0ef3090 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -1378,7 +1378,7 @@ static int _target_object(Configure * configure, FILE * fp, _makefile_print(fp, "\n%s%s%s%s\n%s%s", target, "_OBJS = ", "$(OBJDIR)", target, target, "_CXXFLAGS =" - " $(CPPFLAGSF) $(CPPFLAGS)" + " $(CPPFLAGSF) $(CPPFLAGS) $(CXXFLAGSF)" " $(CXXFLAGS)"); if((p = config_get(configure->config, target, "cxxflags")) != NULL)