mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 23:34:49 +01:00
alemi
783a51a831
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...)
5 lines
115 B
Bash
Executable file
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
|