Add CFLAGS for the apps folder.

This commit is contained in:
Roger A. Light 2020-10-15 14:51:36 +01:00
parent ef68063985
commit f62166a0de

View File

@ -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)