diff options
| author | ntoskrnl <ntoskrnl11@yahoo.com> | 2012-08-01 19:36:56 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-02 14:21:55 (GMT) |
| commit | a4eee2e2b68cbe10a680d887dd8542373a00cd2f (patch) | |
| tree | 511cfadc24bab7a4829517e3e5307a920806e5db /SConscript | |
| parent | 18bf7ce155ebabc8bea89f44841ea58708bb98c1 (diff) | |
| download | powder-a4eee2e2b68cbe10a680d887dd8542373a00cd2f.zip powder-a4eee2e2b68cbe10a680d887dd8542373a00cd2f.tar.gz | |
Fix description of --64bit
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ AddOption('--opengl',dest="opengl",action='store_true',default=False,help="Build 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") -AddOption('--64bit',dest="_64bit",action='store_true',default=False,help="64-bit platform target (Linux only at the moment)") +AddOption('--64bit',dest="_64bit",action='store_true',default=False,help="64-bit platform target") AddOption('--static',dest="static",action="store_true",default=False,help="Static linking, reduces external library dependancies but increased file size") AddOption('--pthreadw32-static',dest="ptw32-static",action="store_true",default=False,help="Use PTW32_STATIC_LIB for pthreadw32 headers") AddOption('--release',dest="release",action='store_true',default=False,help="Enable optimisations (Will slow down compiling)") |
