Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
8
examples/ruvLLM/.cargo/config.toml
Normal file
8
examples/ruvLLM/.cargo/config.toml
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