Jelajahi Sumber

[tools/building.py][Fix] Add `do_copy_file` function form `mkdist`

MurphyZhao 7 tahun lalu
induk
melakukan
7b2628393b
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      tools/building.py

+ 1 - 0
tools/building.py

@@ -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 = []