mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/cjson: fix unpackage error when local gerrit does not exist
Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
parent
20fb7e1898
commit
f4e29f376d
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ $(CJSON_TARBALL):
|
|||
$(CJSON_UNPACKNAME): $(CJSON_TARBALL)
|
||||
@echo "Unpacking: $(CJSON_TARBALL) -> $(CJSON_UNPACKNAME)"
|
||||
$(Q) $(UNPACK) $(CJSON_TARBALL)
|
||||
$(Q) mv cJSON-$(CJSON_VERSION) $(CJSON_UNPACKNAME)
|
||||
$(Q) touch $(CJSON_UNPACKNAME)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue