distutils question - building universal modules on OS X?

Robert Kern robert.kern at gmail.com
Mon Jul 26 14:49:55 EDT 2010


On 7/26/10 1:36 PM, Louis Theran wrote:
> Is there a standard recipe for getting distutils to built
> universal .so files for modules that have C/C++ source?

If your Python was built to be Universal, it will automatically use the same 
architecture flags to build the extension modules Universal.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list