diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 077ecbd..38bef81 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -77,7 +77,7 @@ jobs: pacman -Sy --noconfirm make git config --global core.symlinks false make update - CODEX_LIB_PARAMS='-d:LeopardCmakeFlags=""' make libcodex + 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)