1
0
Эх сурвалжийг харах

Use bridge script for SConscript

Bernard Xiong 6 жил өмнө
parent
commit
1cb27129c6

+ 3 - 3
bsp/stm32/stm32l476-st-nucleo/SConscript

@@ -1,8 +1,8 @@
-# for module compiling
+# RT-Thread scons bridge
 import os
-Import('RTT_ROOT')
+from building import *
 
-cwd = str(Dir('#'))
+cwd = GetCurrentDir()
 objs = []
 list = os.listdir(cwd)