This commit is contained in:
2026-01-17 01:25:57 +01:00
commit 69b42ff74f
9 changed files with 132 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[target.'cfg(target_os="macos")']
# Postgres symbols won't be available until runtime
rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]