Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
8
vendor/ruvector/examples/ruvLLM/.cargo/config.toml
vendored
Normal file
8
vendor/ruvector/examples/ruvLLM/.cargo/config.toml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Cargo configuration for RuvLLM N-API builds
|
||||
# This enables proper dynamic linking for Node.js native modules on macOS
|
||||
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]
|
||||
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]
|
||||
Reference in New Issue
Block a user