We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21c2c7 commit e3a1827Copy full SHA for e3a1827
README.md
@@ -156,7 +156,7 @@ nimble test
156
Specify the path to libpq if needed:
157
158
```sh
159
-nimble test --dynlibOverride:pq --passL:"/opt/homebrew/opt/libpq/lib/libpq.dylib"
+nimble test --passL:-Wl,-rpath,/opt/homebrew/opt/libpq/lib
160
```
161
162
To run an example:
@@ -170,5 +170,5 @@ nim c --run --path:../../src example.nim
170
171
172
173
-nim c --run --path:../../src --dynlibOverride:pq --passL:"/opt/homebrew/opt/libpq/lib/libpq.dylib" example.nim
+nim c --run --path:../../src --passL:-Wl,-rpath,/opt/homebrew/opt/libpq/lib example.nim
174
0 commit comments