tnodir / luasys

LuaSys is a portable Lua library providing access to system and networking functions. Also includes: event notification mechanism, win32 specifics (registry, service), serial communication, signals, threading and much more.
http://luaforge.net/projects/luasys
Other
69 stars 24 forks source link

android / NACL hacks #8

Open xriss opened 10 years ago

xriss commented 10 years ago

I've been looking at hacking around the code enough to get the bits that can work to work under android and nacl.

Mostly this is just removing functions/sections for the android or nacl build.

If I clean up / test / etc are you interested in a patch for these platforms?

My hacks live at https://bitbucket.org/xixs/lua/src/tip/lua_sys/

tnodir commented 10 years ago

If I clean up / test / etc are you interested in a patch for these platforms?

Yes, please.