From 0e693627bd440027de9eeff7b54668c6bf726b6c Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 29 Jan 2026 02:34:23 +0800 Subject: again. --- yuescript-dev-1.rockspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 = { dependencies = { "lua >= 5.1", } + build = { type = "cmake", variables = { @@ -32,3 +33,18 @@ build = { } } } + +platform = { + win32 = { + build = { + install = { + lib = { + "build.luarocks/yue.dll" + }, + bin = { + "build.luarocks/yue.exe" + } + } + } + } +} -- cgit v1.2.3-55-g6feb