Correctly guess x64 architecture
authorRyan Dahl <ry@tinyclouds.org>
Mon, 26 Oct 2009 21:27:52 +0000 (22:27 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 26 Oct 2009 21:27:52 +0000 (22:27 +0100)
commit7d9d881e227e59d10d8210775573164b3dbd0b43
tree937d159b2e320623dab73e01649c82971eec1706
parent04e53cab90d14ee668e7e63e54a8ef9f4a8b564d
Correctly guess x64 architecture

Previously was dependent on how python was compiled, and this was causing
build errors for some Macintosh Snow Leopard users. The solution is to use
a functionality already in WAF which looks at the output of

  echo | gcc -E -dM -
wscript