justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
440 stars 53 forks source link

Update rocspec to install `lfs` submodule #148

Closed moteus closed 10 years ago

justincormack commented 10 years ago

Yes I just remembered this a few minutes ago. There is supposed to be a test for it, but it is not running, will check why...

daurnimator commented 10 years ago

I feel like the lfs bit should be optional... why not make a seperate rockspec: ljsyscall-lfs

moteus commented 10 years ago

I think it possible if ljsyscall-lfs would install lfs But ljsyscall should install syscall.lfs

justincormack commented 10 years ago

Ok, fixed.

Not sure if it is going to stay here, I may move to another repo for compat stuff. But for now it seems to make more sense for the rockspec to install everything in case you want it. It is always installing more than you need (eg osx support on Linux) though, so maybe it does need breaking down.