pqddlread/.cargo/config.toml

4 lines
143 B
TOML
Raw Permalink Normal View History

2024-05-28 11:05:04 +03:00
[target.'cfg(target_os="macos")']
# Postgres symbols won't be available until runtime
rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]