Remove the section related to install_name

This commit is contained in:
Arnaud 2025-10-16 07:24:48 +02:00 committed by Eric
parent 0065a2f5a8
commit 5bbe4af4a3
No known key found for this signature in database

View File

@ -103,21 +103,6 @@ make STATIC=1 libcodex
Callbacks must be fast and non-blocking; otherwise, the working thread will hang and prevent other requests from being processed. Callbacks must be fast and non-blocking; otherwise, the working thread will hang and prevent other requests from being processed.
### Platform specific
On macOS, the library is built with `-install_name @rpath/libs/libcodex.dylib` to have the `libs` folder as default
path for the artifacts. This can be updates by the application consuming the library using:
```sh
install_name_tool -id @rpath/libcodex.dylib $(CUSTOM_FOLDER)/libcodex.dylib
```
Or when running the executable:
```sh
DYLD_LIBRARY_PATH=$(CUSTOM_FOLDER) ./app
```
## Contributing and development ## Contributing and development
Feel free to dive in, contributions are welcomed! Open an issue or submit PRs. Feel free to dive in, contributions are welcomed! Open an issue or submit PRs.