From f62166a0debff99ad8d8b7799216d6247e214b7f Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 15 Oct 2020 14:51:36 +0100 Subject: [PATCH] Add CFLAGS for the apps folder. --- config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mk b/config.mk index 09beb8a0..8a03b8f1 100644 --- a/config.mk +++ b/config.mk @@ -145,6 +145,7 @@ endif STATIC_LIB_DEPS:= APP_CPPFLAGS=$(CPPFLAGS) -I. -I../../ -I../../include -I../../src -I../../lib +APP_CFLAGS=$(CFLAGS) LIB_CPPFLAGS=$(CPPFLAGS) -I. -I.. -I../include -I../../include ifeq ($(WITH_BUNDLED_DEPS),yes)