From 96b34cd5cb6df594cccb778b48ed2504c6cb3d90 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 23 Jul 2012 00:23:12 +0100 Subject: add iconv to i686-w64-mingw32 --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Makefile b/sdk/Makefile index 6185f48..548a9d1 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -80,7 +80,7 @@ ifeq ($(TARGET),ppc-amigaos) endif ifeq ($(TARGET),i686-w64-mingw32) - SDK_ITEMS := $(COMMON_SDK_ITEMS) + SDK_ITEMS := $(BUILDSTEPS)/libiconv.d $(COMMON_SDK_ITEMS) endif ifeq ($(SDK_ITEMS),) -- cgit v1.2.3