Try to reset the default for LeopardCmakeFlags

This commit is contained in:
Arnaud 2025-10-11 12:02:29 +02:00
parent f2d6dd92c8
commit 864901ca84
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -77,7 +77,8 @@ jobs:
pacman -Sy --noconfirm make
git config --global core.symlinks false
make update
CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -G \\\"Unix Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex
CODEX_LIB_PARAMS='-d:LeopardCmakeFlags=""' 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)
if: matrix.os != 'windows-latest'