From cfe2ea1ac086b8463e249869afef3d72b62523bb Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sat, 11 Oct 2025 14:14:14 +0200 Subject: [PATCH] Use MSYS Makefiles --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 38bef81..b14dfff 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -76,8 +76,8 @@ jobs: run: | pacman -Sy --noconfirm make git config --global core.symlinks false + CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-G \\\"MSYS Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex make update - CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-G \\\"Unix Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex # CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -G \\\"Unix Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex - name: Package artifacts (Linux/macOS)