Skip to content

Commit

Permalink
feat(lua): added script
Browse files Browse the repository at this point in the history
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...)
  • Loading branch information
alemidev committed Aug 14, 2024
1 parent e43105b commit 783a51a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/lua/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd ../..
cargo build --release --features=lua
mv ./target/release/libcodemp.so ./dist/lua/codemp_lua.so

0 comments on commit 783a51a

Please sign in to comment.