From ed2636bc2b7dd2a4063ac0253d4c52fe4ef2a0b9 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Thu, 6 Apr 2023 23:21:30 +0800 Subject: [PATCH] [rtthread] fix the Sconscript for build --- SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/SConscript b/SConscript index fb965fa67..94cfc344d 100644 --- a/SConscript +++ b/SConscript @@ -31,6 +31,7 @@ def pikascript_init(): myremove('package') myremove('port') myremove('src') + myremove('test') myremove('tools') myremove('.github') myremove('.git')