sglang.0.4.8.post1/sglang/sgl-router/.cargo/config.toml

16 lines
257 B
TOML

[build]
rustflags = [
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]