Skip to content

Commit

Permalink
Update the MXE compiler
Browse files Browse the repository at this point in the history
- Google's glinux is ahead of ubuntu's libc.  I rebuilt the compilers
  inside of an Ubuntu 20.04 container.

Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Jun 23, 2022
1 parent 4b303df commit 2344ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/gcc_mxe_mingw64/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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/crt-2022-06-12_1/mxe-crt-2022-06-12_1.tar.xz",
url = "https://github.com/cfrantz/mxe/releases/download/crt-2022-06-23_1/mxe-crt-2022-06-23_1.tar.xz",
# Local dev/debug:
#archive = Label("//prebuilt:mxe-480e3a236fd3244b63af20633502b57586c3125e.tar.xz"),
strip_prefix = "mxe",
Expand Down

0 comments on commit 2344ad3

Please sign in to comment.