This commit is contained in:
Arnaud 2025-10-15 15:46:49 +02:00
parent 17809a2306
commit 9883c54e61
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/"" 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'