mirror of
https://github.com/garagetinkering/Video_Game_Mini_Maps.git
synced 2026-08-14 02:23:42 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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')
|
||||
Reference in New Issue
Block a user