Files
cute-handshake-capture/ESP32-C6-LCD-1.47-Demo/Arduino/libraries/lvgl/SConscript
2026-03-17 20:07:32 -07:00

12 lines
192 B
Python

# 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')