summaryrefslogtreecommitdiff
path: root/getheader.py
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-03-26 15:45:38 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-03-26 15:45:38 (GMT)
commit3d71ab5582835ee72cff2f5691abfa7e03a1b682 (patch)
tree293e2b64acce43782a291f1142851eeb8ca3a78d /getheader.py
parent05730797d888a62097d8c46a7155fff504e1658c (diff)
downloadpowder-3d71ab5582835ee72cff2f5691abfa7e03a1b682.zip
powder-3d71ab5582835ee72cff2f5691abfa7e03a1b682.tar.gz
64bit fixes, thanks a ton jacksonmj :D
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("")