mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 22:10:39 +08:00
[tools/building.py][Fix] Add do_copy_file function form mkdist
This commit is contained in:
committed by
Bernard Xiong
parent
a752418065
commit
7b2628393b
@@ -30,6 +30,7 @@ import string
|
|||||||
|
|
||||||
from SCons.Script import *
|
from SCons.Script import *
|
||||||
from utils import _make_path_relative
|
from utils import _make_path_relative
|
||||||
|
from mkdist import do_copy_file
|
||||||
|
|
||||||
BuildOptions = {}
|
BuildOptions = {}
|
||||||
Projects = []
|
Projects = []
|
||||||
|
|||||||
Reference in New Issue
Block a user