From: Ian Lynagh Date: Thu, 23 Aug 2007 02:18:50 +0000 (+0000) Subject: windres is in bin/, not the top-level directory X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5cbd9a995ce01f5850d7dd9e5fe3fbba6744acaf;p=ghc-hetmet.git windres is in bin/, not the top-level directory --- 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