Skip to content

Conversation

@2-towns
Copy link
Collaborator

@2-towns 2-towns commented Oct 15, 2025

For macos, we need to update the hardcoded path during the build:

install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib

Alternatively we can define DYLD_LIBRARY_PATH:

DYLD_LIBRARY_PATH=$(LIBS_DIR) ./$(BIN_NAME)

@2-towns 2-towns marked this pull request as ready for review October 15, 2025 10:21
@2-towns 2-towns merged commit a886c3f into main Oct 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants