diff --git a/lua-iconv-r5-2.rockspec b/lua-iconv-r5-2.rockspec index a4c016d..2e93e90 100644 --- a/lua-iconv-r5-2.rockspec +++ b/lua-iconv-r5-2.rockspec @@ -39,7 +39,14 @@ build = { incdirs = {"$(ICONV_INCDIR)"}, libdirs = {"$(ICONV_LIBDIR)"} } + }, + platforms = { + cygwin = { + modules = { + iconv = { + libraries = {"iconv"} + } + } + } } } - -