Skip to content
Snippets Groups Projects
Commit 9c9071e8 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Don't put a trailing / on the mingw include path

parent 73e88c2a
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ initSysTools mbMinusB dflags0 ...@@ -222,7 +222,7 @@ initSysTools mbMinusB dflags0
-- gcc can cope -- gcc can cope
-- (see comments with declarations of global variables) -- (see comments with declarations of global variables)
gcc_b_arg = Option ("-B" ++ installed "gcc-lib/") 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) (gcc_prog,gcc_args)
| isWindowsHost && am_installed | isWindowsHost && am_installed
-- We tell gcc where its specs file + exes are (-B) -- We tell gcc where its specs file + exes are (-B)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment