fix build (appman.h include path)

This commit is contained in:
Nedko Arnaudov 2023-06-25 15:23:52 +03:00
parent d188e46f49
commit d63fd3dcb0
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ CC_FLAGS := -w
CC_FLAGS += -fPIC
CC_FLAGS += -shared
CC_FLAGS += $(shell pkg-config --cflags $(PACKAGES))
CC_FLAGS += -I$(BUILD_DIR)
LD_FLAGS := -fPIC
LD_FLAGS += -shared