And bad dog 2: XML naming boogaloo.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-04 17:20:27 -04:00
parent a104e23fdb
commit f5fb98cfee
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ class PlatformSetup(object):
for t in ('Debug', 'Release', 'RelWithDebInfo'):
build_types[t.lower()] = t
build_type = build_types['release']
build_type = build_types['relwithdebinfo']
standalone = 'OFF'
unattended = 'OFF'
project_name = 'Ascent'