mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/cjson: change cjson unpackname to cJSON
Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
parent
b94c26fefc
commit
5a9529185f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ CJSON_VERSION = $(patsubst "%",%,$(strip $(CONFIG_NETUTILS_CJSON_VERSION)))
|
|||
|
||||
CJSON_TARBALL = v$(CJSON_VERSION).tar.gz
|
||||
|
||||
CJSON_UNPACKNAME = cJSON-$(CJSON_VERSION)
|
||||
CJSON_UNPACKNAME = cJSON
|
||||
UNPACK ?= tar -zxf
|
||||
|
||||
CJSON_UNPACKDIR = $(WD)/$(CJSON_UNPACKNAME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue