4.5_demo/lvgl/SConscript
2026-06-01 10:37:23 +08:00

12 lines
192 B
Python
Executable File

# RT-Thread building script for bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
Return('objs')