From 9ba56f84b4686b2b89874d0a873ae78f2cc91003 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 7 Feb 2022 00:29:04 +0100 Subject: [PATCH] bugfix --- assets/macos.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index e77d882..fed8ccb 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -45,7 +45,7 @@ RUN ./mach artifact toolchain --from-build linux64-hfsplus RUN ./mach artifact toolchain --from-build linux64-binutils 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 /root/.cargo/bin/rustup target add $arch-apple-darwin RUN cp -r binutils /root/.mozbuild RUN cp -r cctools /root/.mozbuild