mirror of https://github.com/icedland/iced.git
Update rockspec with a better message if Windows
This commit is contained in:
parent
d7ab11bdb3
commit
d67ba7f572
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue