move the Buildhelper.py to ./admin/scons
This commit is contained in:
parent
eed4d24b63
commit
815ed3a298
3 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#####################################################################
|
||||
|
||||
import sys
|
||||
sys.path.append("./admin/scons")
|
||||
|
||||
import os
|
||||
from Buildhelper import *
|
||||
|
||||
|
|
|
|||
2
admin/scons/DIR_INFO
Normal file
2
admin/scons/DIR_INFO
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
python scripts for the scons build system
|
||||
|
||||
Loading…
Reference in a new issue