From 057f3e2894515babf648586316d324ccb62a352f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 29 Jan 2026 08:34:56 +0800 Subject: Fixed spec platforms. --- yuescript-dev-1.rockspec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'yuescript-dev-1.rockspec') 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 = { bin = { "build.luarocks/yue" } - } -} - -platforms = { - win32 = { - build = { + }, + platforms = { + windows = { install = { lib = { "build.luarocks/yue.dll" @@ -48,3 +45,4 @@ platforms = { } } } + -- cgit v1.2.3-55-g6feb