From e124b74296d5856fc39d6227484108177aa6495e Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 24 Feb 2018 10:23:27 +0100 Subject: [PATCH] bcg729: fix a typo Signed-off-by: Sebastian Kemper --- libs/bcg729/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/bcg729/Makefile b/libs/bcg729/Makefile index 116b7b4..ce189cb 100644 --- a/libs/bcg729/Makefile +++ b/libs/bcg729/Makefile @@ -40,7 +40,7 @@ define Package/bcg729/description source code in any kind. endef -# Otherwise spandsp ignores OpenWrt's CPPFLAGS +# Otherwise OpenWrt's CPPFLAGS are ignored TARGET_CFLAGS += $(TARGET_CPPFLAGS) CMAKE_OPTIONS += \ -- 2.30.2