Skip to content
Snippets Groups Projects
Commit a3967a09 authored by Saizan's avatar Saizan
Browse files

Fix mismatch between arch and os variables in D.S.InstallDirs interpolation

parent 3b5fdb7e
No related branches found
No related tags found
No related merge requests found
......@@ -434,7 +434,7 @@ compilerTemplateEnv compilerId =
]
platformTemplateEnv :: Platform -> PathTemplateEnv
platformTemplateEnv (Platform os arch) =
platformTemplateEnv (Platform arch os) =
[(OSVar, PathTemplate [Ordinary $ display os])
,(ArchVar, PathTemplate [Ordinary $ display arch])
]
......
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