Skip to content
Snippets Groups Projects
Commit b6ffad2a authored by Matthew Pickering's avatar Matthew Pickering
Browse files

ghcup metadata: Fix subdir for windows bindist

(cherry picked from commit 159426ac)
parent 826a3112
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ def darwin(arch):
, 'ghc-{version}-{arch}-apple-darwin'.format(arch=arch, version="{version}") )
windowsArtifact = PlatformSpec ( 'x86_64-windows'
, 'ghc-{version}-x86_64-unknown-mingw' )
, 'ghc-{version}-x86_64-unknown-mingw32' )
def centos(n):
return linux_platform("x86_64", "x86_64-linux-centos{n}".format(n=n))
......
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