We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6467f7 commit 45cd7d4Copy full SHA for 45cd7d4
1 file changed
build_cross/Dockerfile.stage1
@@ -13,6 +13,9 @@ RUN apt-get update && apt-get install -y \
13
wget \
14
mingw-w64
15
16
+RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-20 100
17
+RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-20 100
18
+
19
# Get the osxcross tool
20
RUN git clone https://github.com/tpoechtrager/osxcross && cd osxcross
21
0 commit comments