From d67ba7f5722ee46792c0ad97dbe3c2bf7ae1378b Mon Sep 17 00:00:00 2001 From: wtfsck Date: Tue, 17 May 2022 20:46:06 +0200 Subject: [PATCH] Update rockspec with a better message if Windows --- src/rust/iced-x86-lua/iced_x86-1.17.0-1.rockspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rust/iced-x86-lua/iced_x86-1.17.0-1.rockspec b/src/rust/iced-x86-lua/iced_x86-1.17.0-1.rockspec index 3e66c338d..88a2b9b46 100644 --- a/src/rust/iced-x86-lua/iced_x86-1.17.0-1.rockspec +++ b/src/rust/iced-x86-lua/iced_x86-1.17.0-1.rockspec @@ -34,6 +34,8 @@ build = { .. '" "$(PREFIX)" "$(LIBDIR)" "$(LUADIR)"', }, windows = { + type = "command", + build_command = "Yeah, no! Send a PR to support Windows: https://github.com/icedland/iced", --TODO: call a luarocks-build-windows.cmd file }, },