aboutsummaryrefslogtreecommitdiff
path: root/yuescript-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'yuescript-dev-1.rockspec')
-rw-r--r--yuescript-dev-1.rockspec16
1 files changed, 16 insertions, 0 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec
index 397254b..c8fe34a 100644
--- a/yuescript-dev-1.rockspec
+++ b/yuescript-dev-1.rockspec
@@ -16,6 +16,7 @@ description = {
16dependencies = { 16dependencies = {
17 "lua >= 5.1", 17 "lua >= 5.1",
18} 18}
19
19build = { 20build = {
20 type = "cmake", 21 type = "cmake",
21 variables = { 22 variables = {
@@ -32,3 +33,18 @@ build = {
32 } 33 }
33 } 34 }
34} 35}
36
37platform = {
38 win32 = {
39 build = {
40 install = {
41 lib = {
42 "build.luarocks/yue.dll"
43 },
44 bin = {
45 "build.luarocks/yue.exe"
46 }
47 }
48 }
49 }
50}