whitespace commit

This commit is contained in:
Nathan Letwory 2008-10-05 22:44:47 +00:00
parent 9d77cc9222
commit e6ba0900b5

@ -122,7 +122,6 @@ if not env:
print "Could not create a build environment"
Exit()
cc = B.arguments.get('CC', None)
cxx = B.arguments.get('CXX', None)
if cc:
@ -137,6 +136,8 @@ elif env['CC'] in ['gcc'] and sys.platform=='win32':
env.SConscriptChdir(0)
btools.MainEnv = env
crossbuild = B.arguments.get('BF_CROSS', None)
if crossbuild and platform!='win32':
platform = 'linuxcross'