Update assets/macos.Dockerfile

This commit is contained in:
stanzabird 2022-05-12 22:00:54 +00:00
parent 24507d7724
commit a0afaa4b34
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.c
./mach artifact toolchain --from-build linux64-cctools-port &&\
./mach artifact toolchain --from-build linux64-hfsplus &&\
./mach artifact toolchain --from-build linux64-binutils &&\
./mach artifact toolchain --from-build linux64-clang-macosx-cross &&\
./mach artifact toolchain --from-build linux64-clang-13-macosx-cross &&\
/root/.cargo/bin/cargo install cbindgen &&\
/root/.cargo/bin/rustup target add $arch-apple-darwin &&\
cp -r binutils /root/.mozbuild &&\