Update assets/macos.Dockerfile

This commit is contained in:
stanzabird 2022-05-13 12:44:37 +00:00
parent 88ff5ebfbc
commit 2008a3323f
1 changed files with 1 additions and 1 deletions

View File

@ -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 linux64-clang-9-macosx-cross
RUN ./mach artifact toolchain --from-build toolchain-linux64-clang-9-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