diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-01-10 19:13:29 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-01-10 19:13:29 +0800 |
| commit | 843d43f57a52948cf33d126582a01085ffc33421 (patch) | |
| tree | 81bb0c43d044c7523f71497feb96be09f90ab312 /moonplus-dev-1.rockspec | |
| parent | c450939951ccb552261f4d74b6e791083becb927 (diff) | |
| download | yuescript-843d43f57a52948cf33d126582a01085ffc33421.tar.gz yuescript-843d43f57a52948cf33d126582a01085ffc33421.tar.bz2 yuescript-843d43f57a52948cf33d126582a01085ffc33421.zip | |
fix build issues.
Diffstat (limited to 'moonplus-dev-1.rockspec')
| -rw-r--r-- | moonplus-dev-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moonplus-dev-1.rockspec b/moonplus-dev-1.rockspec index 251fcf2..40db89b 100644 --- a/moonplus-dev-1.rockspec +++ b/moonplus-dev-1.rockspec | |||
| @@ -27,7 +27,7 @@ build = { | |||
| 27 | "build.luarocks/moonp.so" | 27 | "build.luarocks/moonp.so" |
| 28 | }, | 28 | }, |
| 29 | bin = { | 29 | bin = { |
| 30 | "bin/release/moonp" | 30 | "build.luarocks/moonp" |
| 31 | } | 31 | } |
| 32 | } | 32 | } |
| 33 | } | 33 | } |
