[dmd-beta] Preparation for 2.65

Jacob Carlborg doob at me.com
Thu Jan 9 12:57:39 PST 2014


On 9 jan 2014, at 20:33, Martin Nowak <code at dawg.eu> wrote:

> - OSX dmd binaries are all 64 bit


I don't think this is a problem. It will be hard to find a Mac that cannot run 64bit binaries. Otherwise just run an additional compilation and merge the binaries with "lipo":

$ lipo -create -output dmd dmd32 dmd64

You can do the same with libraries.

-- 
/Jacob Carlborg




More information about the dmd-beta mailing list