From 5cbd9a995ce01f5850d7dd9e5fe3fbba6744acaf Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 23 Aug 2007 02:18:50 +0000 Subject: [PATCH] windres is in bin/, not the top-level directory --- compiler/main/SysTools.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index 7a2c081..92b8825 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -198,7 +198,7 @@ initSysTools mbMinusB dflags | otherwise = inplace cGHC_MANGLER_DIR_REL cGHC_MANGLER_PGM windres_path - | am_installed = installed_bin "windres" + | am_installed = installed_bin "bin/windres" | otherwise = "windres" ; let dflags0 = defaultDynFlags -- 1.7.10.4