remove libs/ from @rpath

This commit is contained in:
Eric 2025-10-16 15:38:29 +11:00
parent 1b74d71cde
commit e5735fba46
No known key found for this signature in database

View File

@ -79,7 +79,7 @@ jobs:
if: matrix.target.os == 'macos-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'
run: |
make update
CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libs/libcodex.dylib\"" make libcodex
CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libcodex.dylib\"" make libcodex
- name: Build libcodex (Windows)
if: matrix.target.os == 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'