luabuild icon indicating copy to clipboard operation
luabuild copied to clipboard

A highly customizable Lua 5.2 build system, allowing for common external modules to be linked in statically, and built-in modules to be excluded

Results 2 luabuild issues
Sort by recently updated
recently updated
newest added

This is useful when you version the output of soar and want readable diffs.

I cloned the repo and tried to build using `./build` and I am not able to build luaposix. ``` gcc -c -O2 -Wall -I/mnt/share/devel/lua/LuaBuild/lua-5.2.2/ -I/mnt/share/devel/lua/LuaBuild/modules/luaposix -fpic -MMD modules/luaposix/lposix.c -o modules/luaposix/5.2/lposix.o...