mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 23:34:49 +01:00
fix(lua): build script target filename
This commit is contained in:
parent
fb5bb51e65
commit
4fa8548b12
1 changed files with 1 additions and 1 deletions
2
dist/lua/build.sh
vendored
2
dist/lua/build.sh
vendored
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
cargo build --release --features=lua
|
cargo build --release --features=lua
|
||||||
mv ./target/release/libcodemp.so ./dist/lua/codemp_lua.so
|
mv ./target/release/libcodemp.so ./dist/lua/codemp_native.so
|
||||||
|
|
Loading…
Reference in a new issue