summaryrefslogtreecommitdiff
path: root/getheader.py
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-29 16:47:53 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-29 16:47:53 (GMT)
commit812798d70dc5c95e34e4e896d2b10d979b2d6d2e (patch)
treebd1dd55078194b10555bd405526a30800c2c6698 /getheader.py
parentd17694dcc6be7252b0099cb0779e6e88e233ada8 (diff)
parentf4804c19cc3a2f4ed37a00b1f66f5afd1bdb6f60 (diff)
downloadpowder-812798d70dc5c95e34e4e896d2b10d979b2d6d2e.zip
powder-812798d70dc5c95e34e4e896d2b10d979b2d6d2e.tar.gz
64bit fixes and other
Diffstat (limited to 'getheader.py')
-rw-r--r--getheader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/getheader.py b/getheader.py
index 6a131d7..f938a2a 100644
--- a/getheader.py
+++ b/getheader.py
@@ -21,7 +21,7 @@ with open("./includes/defines.h") as fid:
print "using external console.py"
ext=True"""
#print sys.argv
-if(len(sys.argv)>=2 and sys.argv[1]=="--64bit"):
+if(len(sys.argv)>=2 and sys.argv[1]=="--ext"):
ext=True
print "YEAHS"
#raw_input("")