aboutsummaryrefslogtreecommitdiff
path: root/moonplus-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'moonplus-dev-1.rockspec')
-rw-r--r--moonplus-dev-1.rockspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/moonplus-dev-1.rockspec b/moonplus-dev-1.rockspec
index a0f7367..251fcf2 100644
--- a/moonplus-dev-1.rockspec
+++ b/moonplus-dev-1.rockspec
@@ -25,6 +25,9 @@ build = {
25 install = { 25 install = {
26 lib = { 26 lib = {
27 "build.luarocks/moonp.so" 27 "build.luarocks/moonp.so"
28 },
29 bin = {
30 "bin/release/moonp"
28 } 31 }
29 } 32 }
30} 33}