4 lines
143 B
TOML
4 lines
143 B
TOML
[target.'cfg(target_os="macos")']
|
|
# Postgres symbols won't be available until runtime
|
|
rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]
|