Skip to content

Commit 45cd7d4

Browse files
committed
try again
1 parent b6467f7 commit 45cd7d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build_cross/Dockerfile.stage1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ RUN apt-get update && apt-get install -y \
1313
wget \
1414
mingw-w64
1515

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+
1619
# Get the osxcross tool
1720
RUN git clone https://github.com/tpoechtrager/osxcross && cd osxcross
1821

0 commit comments

Comments
 (0)