mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-23 07:44:48 +01:00
6 lines
115 B
Bash
6 lines
115 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ../..
|
||
|
cargo build --release --features=lua
|
||
|
mv ./target/release/libcodemp.so ./dist/lua/codemp_lua.so
|