feat(lua): added script

this is mostly symbolic, to show how easy it is to deal with lua native
extensions (also i dont really want to pub this on luarocks yet...)
This commit is contained in:
əlemi 2024-08-14 23:46:45 +02:00
parent e43105b919
commit 783a51a831
Signed by: alemi
GPG key ID: A4895B84D311642C

5
dist/lua/build.sh vendored Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
cd ../..
cargo build --release --features=lua
mv ./target/release/libcodemp.so ./dist/lua/codemp_lua.so