diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-01-07 14:41:31 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-01-07 14:41:31 +0800 |
| commit | c450939951ccb552261f4d74b6e791083becb927 (patch) | |
| tree | d509b35417dfcc666e4109643b3cad5cb9e0cd93 /moonplus-dev-1.rockspec | |
| parent | bde8e461e93998bc7ab8a8508ed290d54c445eae (diff) | |
| download | yuescript-c450939951ccb552261f4d74b6e791083becb927.tar.gz yuescript-c450939951ccb552261f4d74b6e791083becb927.tar.bz2 yuescript-c450939951ccb552261f4d74b6e791083becb927.zip | |
use luarocks install instead of cmake install.
Diffstat (limited to 'moonplus-dev-1.rockspec')
| -rw-r--r-- | moonplus-dev-1.rockspec | 3 |
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 | } |
