This commit is contained in:
Arnaud 2025-10-15 15:35:14 +02:00
parent abbd73f337
commit 17809a2306
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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'