From 2e5454e872c969e0f58943f43d3f936e38440252 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:35:28 -0700 Subject: [PATCH] Update windows-arm64-msys2.yml --- .github/workflows/windows-arm64-msys2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows-arm64-msys2.yml b/.github/workflows/windows-arm64-msys2.yml index 2c8ae6a2..6d8c843c 100644 --- a/.github/workflows/windows-arm64-msys2.yml +++ b/.github/workflows/windows-arm64-msys2.yml @@ -41,7 +41,6 @@ jobs: set -euxo pipefail export PATH="/clangarm64/bin:$PATH" - # Sanity: ensure we're using the CLANGARM64 msgfmt (with ITS data) which msgfmt msgfmt --version @@ -52,7 +51,7 @@ jobs: -Dwith-upd=false \ -Dwith-perl=false \ -Dc_link_args=-lwinpthread \ - -Dcxx_link_args=-lwinpthread + -Dcpp_link_args=-lwinpthread - name: Build run: |