Use "platform.architecture()" to find the proper architecture.
authorJeff Smick <sprsquish@gmail.com>
Sat, 12 Sep 2009 10:40:27 +0000 (12:40 +0200)
committerRyan <ry@tinyclouds.org>
Sat, 12 Sep 2009 12:22:57 +0000 (14:22 +0200)
commitbc6f381c98a624f600be451a1151f4b6c5741785
tree1d50691432db1b048f500343d1316bf307556019
parent227638bac135051ed22fe07f3c2e87452d5ecd02
Use "platform.architecture()" to find the proper architecture.

In Snow Leopard "platform.machine()" returns "i386" while
"platform.architecture()" returns ('64bit',''). Using information from both
we can determine the proper architecture

This reverts commit ea29e137b5a9acda27bd9601448639aacfc1cd9e re-enabling the
64bit build on Macintosh.
deps/udns/configure
wscript