mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
5 lines
118 B
Bash
Executable file
5 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ../..
|
|
cargo build --release --features=lua
|
|
mv ./target/release/libcodemp.so ./dist/lua/codemp_native.so
|