codemp/dist/lua/build.sh
alemi 783a51a831
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...)
2024-08-14 23:46:45 +02:00

5 lines
115 B
Bash
Executable file

#!/bin/sh
cd ../..
cargo build --release --features=lua
mv ./target/release/libcodemp.so ./dist/lua/codemp_lua.so