richardhundt / luv

libuv bindings for Lua
Apache License 2.0
118 stars 19 forks source link

Fixed build error in Makefile #31

Closed arunkd13 closed 11 years ago

arunkd13 commented 11 years ago

Was getting error about missing lua.h header file. This was because, the -I flag with the correct location of the luajit header files was missing when compiling and linking the libraries.