lua-users home
lua-l archive

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


Matthias Dörfelt wrote:
> 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.

You could start by reading the documentation:

http://luajit.org/install.html#cross

--Mike