From 694cbfbc083900745bd371c5e3b2037a4336a20a Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 16 Mar 2023 13:15:54 +0100 Subject: [PATCH] trying macosx64-sdk-toolchain --- assets/macos.Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index 8b92ae8..b98707b 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -44,8 +44,11 @@ RUN ./mach artifact toolchain --from-build linux64-hfsplus RUN ./mach artifact toolchain --from-build linux64-binutils RUN ./mach artifact toolchain --from-build sysroot-wasm32-wasi + +### MacOS SDK 13.0 #RUN ./mach artifact toolchain --from-build macosx64-sdk -RUN ./mach artifact toolchain --from-build macosx64-sdk-13.0 +#RUN ./mach artifact toolchain --from-build macosx64-sdk-13.0 +RUN ./mach artifact toolchain --from-build macosx64-sdk-toolchain RUN echo "[debug] Locate SDK folder so it can moved into place:" && pwd && ls -l && echo "[debug] end" ## RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross