Skip to content

Commit aafdf41

Browse files
committed
Improved missing SDK docs [skip ci]
1 parent 656b059 commit aafdf41

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,13 @@ Note: Replace `17` with your Postgres server version
11191119

11201120
### Missing SDK
11211121

1122-
If compilation fails and the output includes `warning: no such sysroot directory` on Mac, reinstall Xcode Command Line Tools.
1122+
If compilation fails and the output includes `warning: no such sysroot directory` on Mac, your Postgres installation points to a path that no longer exists.
1123+
1124+
```sh
1125+
pg_config --ldflags
1126+
```
1127+
1128+
Reinstall Postgres to fix this.
11231129

11241130
### Portability
11251131

0 commit comments

Comments
 (0)