Skip to content
Snippets Groups Projects
Commit 53e56383 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Correct the spelling of mingw32 in os alias list

Doh!
parent ae39153a
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ simplifyWithSysParams os arch (impl, implVer) cond = (cond', flags)
flags = [ fname | ConfFlag fname <- fvs ]
--FIXME: use Distribution.System.OS type and alias list:
osAliases "ming32" = ["windows"]
osAliases "mingw32" = ["windows"]
osAliases "solaris2" = ["solaris"]
osAliases _ = []
lcase = map toLower
......
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