didn't mean to commit the previous SConstruct, back to normal
This commit is contained in:
parent
6e1137a269
commit
a666ca9b4b
|
@ -14,8 +14,8 @@ import platform
|
|||
|
||||
opts = Variables(None, ARGUMENTS)
|
||||
opts.AddVariables(
|
||||
BoolVariable('DEBUG', 'Build with debugging symbols', 0),
|
||||
BoolVariable('RELEASE', 'Set to 1 to build for release', 1),
|
||||
BoolVariable('DEBUG', 'Build with debugging symbols', 1),
|
||||
BoolVariable('RELEASE', 'Set to 1 to build for release', 0),
|
||||
BoolVariable('FRAMESKIP', 'Enable frameskipping', 1),
|
||||
BoolVariable('OPENGL', 'Enable OpenGL support', 1),
|
||||
BoolVariable('LUA', 'Enable Lua support', 1),
|
||||
|
|
Loading…
Reference in New Issue