aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
-rw-r--r--moonplus-dev-1.rockspec3
2 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a29e21..91ff57f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,5 +37,5 @@ add_custom_command(TARGET moonp
37 COMMAND make release 37 COMMAND make release
38 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) 38 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
39 39
40install(PROGRAMS bin/release/moonp DESTINATION bin) 40install(CODE "")
41 41
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}