From 17809a2306ba1dbd0ae65e135f86f09a2954d764 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 15:35:14 +0200 Subject: [PATCH] debug --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 575d0a4..4ac2c12 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -73,7 +73,7 @@ jobs: if: matrix.target.os != 'windows-latest' run: | make update - CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libs/libcodex.dylib\"" make libcodex + CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/"" make libcodex - name: Build libcodex (Windows) if: matrix.target.os == 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'