Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
8
vendor/ruvector/crates/sona/.cargo/config.toml
vendored
Normal file
8
vendor/ruvector/crates/sona/.cargo/config.toml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Configuration for NAPI-RS native module builds
|
||||
# Allows undefined symbols that are provided by Node.js at runtime
|
||||
|
||||
[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