mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
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:
parent
e43105b919
commit
783a51a831
1 changed files with 5 additions and 0 deletions
5
dist/lua/build.sh
vendored
Executable file
5
dist/lua/build.sh
vendored
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd ../..
|
||||||
|
cargo build --release --features=lua
|
||||||
|
mv ./target/release/libcodemp.so ./dist/lua/codemp_lua.so
|
Loading…
Reference in a new issue