[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Including Lua source with one's project
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Oct 2007 10:43:37 -0300
> For this to work I need to specify particular flags
> during the creation of the object of the library (-fpic added to
> CFLAGS). Can I do this without modifiying the makefiles provided
> within the lua source or must I provides my own Makefile ?
You can use MYCFLAGS on the command line but if you're using a predefined
target (such as linux) then this will not work. You'll be better off just
editing CFLAGS in src/Makefile.