SConstruct now looks for tools/scons/bs for the files. This used to be just

bs.
This commit is contained in:
Michel Selten 2004-10-20 20:17:42 +00:00
parent 77d5bdfdbb
commit 461e07aedd

@ -5,7 +5,7 @@ import time
import sys
from distutils import sysconfig
import SCons.Script
from bs import *
from tools.scons.bs import *
bs_globals.arguments = ARGUMENTS