fix: 修改bundle.json文件envs dirs字段为对象类型

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-12 15:11:49 +08:00
parent a3d6b9e936
commit ed35eb0829
+2 -2
View File
@@ -17,8 +17,8 @@
"third-party",
"jsoncpp"
],
"envs": [],
"dirs": [],
"envs": {},
"dirs": {},
"segment": {
"destPath": "third_party/jsoncpp"
},