lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

I am not sure if this is the correct mailing list, but its the only one listed on the luajit website:

I am currently trying to build luajit on osx lion on a 2010 Mac Book Pro with an Intel Core i7. The default make creates the libs for x86_64 but I need i386 for a project. I guess this should be possible with the cross compiling feature of luajit, but unfortunately I have no idea where to start. This is probably pretty easy if you know how.

So how can you do this?

Thank you!