pikapython/SConscript

12 lines
185 B
Python
Raw Normal View History

2021-10-03 21:10:19 -04:00
# RT-Thread building script for bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
objs = objs + SConscript(cwd + '/port/rt-thread/SConscript')
Return('objs')