SConscript 192 B

1234567891011
  1. # RT-Thread building script for bridge
  2. import os
  3. from building import *
  4. objs = []
  5. cwd = GetCurrentDir()
  6. objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
  7. Return('objs')