From 71a7bf3dd2c6ea546f652c92927c339d4cb74cdd Mon Sep 17 00:00:00 2001 From: stanzabird Date: Fri, 13 May 2022 14:25:47 +0000 Subject: [PATCH] Update assets/macos.Dockerfile --- assets/macos.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index e373620..50e4b28 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -44,7 +44,7 @@ RUN ./mach artifact toolchain --from-build linux64-libdmg RUN ./mach artifact toolchain --from-build linux64-cctools-port RUN ./mach artifact toolchain --from-build linux64-hfsplus RUN ./mach artifact toolchain --from-build linux64-binutils -RUN ./mach artifact toolchain --from-build toolchain-linux64-clang-9-macosx-cross +RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross RUN /root/.cargo/bin/cargo install cbindgen RUN /root/.cargo/bin/rustup target add $arch-apple-darwin RUN cp -r binutils /root/.mozbuild