aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-01-29 08:34:56 +0800
committerLi Jin <dragon-fly@qq.com>2026-01-29 08:34:56 +0800
commit057f3e2894515babf648586316d324ccb62a352f (patch)
tree7093eb0857c6d8ffa14819c1282a93654981b96c
parent5bc9f2c14403905781bdc049de702bc6c8b189eb (diff)
downloadyuescript-057f3e2894515babf648586316d324ccb62a352f.tar.gz
yuescript-057f3e2894515babf648586316d324ccb62a352f.tar.bz2
yuescript-057f3e2894515babf648586316d324ccb62a352f.zip
Fixed spec platforms.
-rw-r--r--yuescript-dev-1.rockspec10
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 = {
37platforms = {
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