build.sh 76 字节
Newer Older
1
gcc -std=c99 lua_connector.c -fPIC -shared -o luaconnector.so -Wall -ltaos
2