Skip to content

Commit

Permalink
fix(lua): build script target filename
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 5, 2024
1 parent fb5bb51 commit 4fa8548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/lua/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cd ../..
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

0 comments on commit 4fa8548

Please sign in to comment.