Improved missing SDK docs [skip ci]

This commit is contained in:
Andrew Kane
2025-02-17 13:16:31 -08:00
parent 656b059258
commit aafdf4167d

View File

@@ -1119,7 +1119,13 @@ Note: Replace `17` with your Postgres server version
### Missing SDK
If compilation fails and the output includes `warning: no such sysroot directory` on Mac, reinstall Xcode Command Line Tools.
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.
```sh
pg_config --ldflags
```
Reinstall Postgres to fix this.
### Portability