diff options
| author | Sebastian Kemper | 2018-02-24 09:23:27 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2018-02-24 09:23:27 +0000 |
| commit | e124b74296d5856fc39d6227484108177aa6495e (patch) | |
| tree | 22b64dee432db4a3eb605ae3c2fc0f21d860cebe | |
| parent | 1d1651c7a1bfca6043545396c20a8a7c24477454 (diff) | |
| download | telephony-e124b74296d5856fc39d6227484108177aa6495e.tar.gz | |
bcg729: fix a typo
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | libs/bcg729/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 += \ |