diff options
author | Ian Lynagh <igloo@earth.li> | 2009-03-10 17:22:42 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-03-10 17:22:42 +0000 |
commit | 9c9071e8ceecfd955ddfc4ad18f9ceb53dd85977 (patch) | |
tree | 23d5b5516306c251b9f57d9d99b0dbc39a291d00 /compiler/main/SysTools.lhs | |
parent | 73e88c2a30cbb2fc9cf8c394c620c0f3edcdd0eb (diff) | |
download | haskell-9c9071e8ceecfd955ddfc4ad18f9ceb53dd85977.tar.gz |
Don't put a trailing / on the mingw include path
Diffstat (limited to 'compiler/main/SysTools.lhs')
-rw-r--r-- | compiler/main/SysTools.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index 71a721e9cc..49dd4275bc 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -222,7 +222,7 @@ initSysTools mbMinusB dflags0 -- gcc can cope -- (see comments with declarations of global variables) gcc_b_arg = Option ("-B" ++ installed "gcc-lib/") - gcc_mingw_include_arg = Option ("-I" ++ installed "include/mingw/") + gcc_mingw_include_arg = Option ("-I" ++ installed "include/mingw") (gcc_prog,gcc_args) | isWindowsHost && am_installed -- We tell gcc where its specs file + exes are (-B) |