Files
lvgl/SConscript
2023-10-22 05:23:56 +02:00

13 lines
211 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')
print('Zaga_krut')