diff options
| -rw-r--r-- | yuescript-dev-1.rockspec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec index 3a00663..6d61afd 100644 --- a/yuescript-dev-1.rockspec +++ b/yuescript-dev-1.rockspec | |||
| @@ -31,12 +31,9 @@ build = { | |||
| 31 | bin = { | 31 | bin = { |
| 32 | "build.luarocks/yue" | 32 | "build.luarocks/yue" |
| 33 | } | 33 | } |
| 34 | } | 34 | }, |
| 35 | } | 35 | platforms = { |
| 36 | 36 | windows = { | |
| 37 | platforms = { | ||
| 38 | win32 = { | ||
| 39 | build = { | ||
| 40 | install = { | 37 | install = { |
| 41 | lib = { | 38 | lib = { |
| 42 | "build.luarocks/yue.dll" | 39 | "build.luarocks/yue.dll" |
| @@ -48,3 +45,4 @@ platforms = { | |||
| 48 | } | 45 | } |
| 49 | } | 46 | } |
| 50 | } | 47 | } |
| 48 | |||
