lua-users home
lua-l archive

Re: Including Lua source with one's project

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


> 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.

AltStyle によって変換されたページ (->オリジナル) /