From 097f46fa1843cfa5da3f94bded19f55538def808 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 15:11:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bundle.json=E6=96=87?= =?UTF-8?q?=E4=BB=B6envs=20dirs=E5=AD=97=E6=AE=B5=E4=B8=BA=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index f03c0fa..f0e87bd 100644 --- a/bundle.json +++ b/bundle.json @@ -17,8 +17,8 @@ "third-party", "jsoncpp" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "segment": { "destPath": "third_party/jsoncpp" }, -- GitLab