We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c47b8a commit 755adf7Copy full SHA for 755adf7
README.md
@@ -50,10 +50,10 @@ For compilers to find libpq you may need to set:
50
51
### Testing
52
53
-At the moment, there is a Kotlin commonizer problem with the macOS arm target.
+If you install libpq with homebrew, it will install the platform-specific artifact.
54
55
-| Host | Supported test targets |
56
-|-------------|-----------------------------------|
57
-| linux x64 | linux x64 |
58
-| macOS x64 | macOS x64, macOS arm64, linux x64 |
59
-| macOS arm64 | macOS arm64 |
+| Host | Supported test targets |
+|-------------|------------------------|
+| linux x64 | linux x64 |
+| macOS x64 | macOS x64, linux x64 |
+| macOS arm64 | macOS arm64 |
0 commit comments