Skip to content

Commit

Permalink
Correct the URL of the MXE compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Jun 29, 2022
1 parent 81103c9 commit eb7cd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/gcc_mxe_mingw64/repository.bzl.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ load("@crt//config:repo.bzl", "compiler_repository")
def gcc_mxe_mingw64_repos():
compiler_repository(
name = "gcc_mxe_mingw64_files",
url = "https://github.com/cfrantz/mxe/releases/download/${RELEASE_TAG}/mxe-binaries.tar.xz",
url = "https://github.com/cfrantz/crt/releases/download/${RELEASE_TAG}/mxe-binaries.tar.xz",
strip_prefix = "mxe",
)

0 comments on commit eb7cd9e

Please sign in to comment.