windres is in bin/, not the top-level directory
authorIan Lynagh <igloo@earth.li>
Thu, 23 Aug 2007 02:18:50 +0000 (02:18 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 23 Aug 2007 02:18:50 +0000 (02:18 +0000)
compiler/main/SysTools.lhs

index 7a2c081..92b8825 100644 (file)
@@ -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