From 8631b8453e1e85afdb65c26a721bd13adee2a023 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Wed, 3 Sep 2008 23:04:00 +0000 Subject: [PATCH] Adding patch by David Manura and Hisham git-svn-id: file:///var/svn/lua-iconv/trunk@61 9538949d-8f27-0410-946f-ce01ef448559 --- lua-iconv-r5-2.rockspec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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"} + } + } + } } } - -