diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2012-08-06 06:30:25 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2012-08-06 06:30:25 (GMT) |
| commit | 0e43f2e83118897bc916db69a012f4686429d930 (patch) | |
| tree | e891078197f180ffb46b04603ae635230079e85c /SConscript | |
| parent | d46a72aa3b158a55d85bf623dbcc9c6306233c67 (diff) | |
| download | powder-0e43f2e83118897bc916db69a012f4686429d930.zip powder-0e43f2e83118897bc916db69a012f4686429d930.tar.gz | |
Fix opengl flags in options
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,8 +23,8 @@ def SetupSpawn( env ): buf.ourenv = env env['SPAWN'] = buf.ourspawn -AddOption('--opengl-renderer',dest="opengl-renderer",action='store_true',default=False,help="Build with OpenGL renderer support. (requires --opengl)") AddOption('--opengl',dest="opengl",action='store_true',default=False,help="Build with OpenGL interface support.") +AddOption('--opengl-renderer',dest="opengl-renderer",action='store_true',default=False,help="Build with OpenGL renderer support. (requires --opengl)") AddOption('--win',dest="win",action='store_true',default=False,help="Windows platform target.") AddOption('--lin',dest="lin",action='store_true',default=False,help="Linux platform target") AddOption('--macosx',dest="macosx",action='store_true',default=False,help="Mac OS X platform target") |
