summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorntoskrnl <ntoskrnl11@yahoo.com>2012-08-01 19:36:56 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-02 14:21:55 (GMT)
commita4eee2e2b68cbe10a680d887dd8542373a00cd2f (patch)
tree511cfadc24bab7a4829517e3e5307a920806e5db /SConscript
parent18bf7ce155ebabc8bea89f44841ea58708bb98c1 (diff)
downloadpowder-a4eee2e2b68cbe10a680d887dd8542373a00cd2f.zip
powder-a4eee2e2b68cbe10a680d887dd8542373a00cd2f.tar.gz
Fix description of --64bit
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 8a87707..f0fad9c 100644
--- a/SConscript
+++ b/SConscript
@@ -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)")