Use MSYS Makefiles

This commit is contained in:
Arnaud 2025-10-11 14:14:14 +02:00
parent 018747565d
commit cfe2ea1ac0
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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)