We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374be8e commit e2f8e7fCopy full SHA for e2f8e7f
src/ci/docker/host-x86_64/dist-aarch64-windows-gnullvm/install-llvm-mingw.sh
@@ -8,4 +8,4 @@ curl -L https://github.com/mstorsjo/llvm-mingw/releases/download/${release_date}
8
tar --extract --xz --strip 1 --directory /usr/local
9
10
# https://github.com/mstorsjo/llvm-mingw/issues/493
11
-ln -s $aarch64-w64-windows-gnu.cfg /usr/local/bin/$arch-pc-windows-gnu.cfg
+ln -s aarch64-w64-windows-gnu.cfg /usr/local/bin/aarch64-pc-windows-gnu.cfg
0 commit comments