Update rockspec with a better message if Windows

This commit is contained in:
wtfsck 2022-05-17 20:46:06 +02:00
parent d7ab11bdb3
commit d67ba7f572
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ build = {
.. '" "$(PREFIX)" "$(LIBDIR)" "$(LUADIR)"', .. '" "$(PREFIX)" "$(LIBDIR)" "$(LUADIR)"',
}, },
windows = { 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 --TODO: call a luarocks-build-windows.cmd file
}, },
}, },