diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b59d94f..763bb82 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="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -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) if: matrix.os != 'windows-latest' diff --git a/vendor/nim-codex b/vendor/nim-codex index 2bc5371..263767d 160000 --- a/vendor/nim-codex +++ b/vendor/nim-codex @@ -1 +1 @@ -Subproject commit 2bc5371375d5ecba6e452df6eb6eb5d1b12884df +Subproject commit 263767ddb35bd29a32c64762130d1309321d7df9