How do I build a 64 bit binary on Mac OS X with the Make build system?
It looks like gyp forces `-arch 386` into all Makefiles, regardless of
what `target_arch` I set in the gyp file.
Konstantin
If Xcode/MSVS have some native conception of the target arch, it
probably falls on gyp to make a cross-platform hook for specifying
this kind of thing.