diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b59d94f..077ecbd 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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'