lua-users home
lua-l archive

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


> Anyway, I wonder why this hasn't been placed in luaconf.h. Is it
> still experimental or has issues? How I'm supposed to use it in a
> "right way"? It is sufficient to place the following line somewhere
> in luaconf.h:
> 
> #define LUA_LLE_FLAGS LOAD_WITH_ALTERED_SEARCH_PATH
> 
> or should I specify -DLUA_LLE_FLAGS=LOAD_WITH_ALTERED_SEARCH_PATH
> when invoking make?

Both methods are ok.

-- Roberto