Skip to content

Commit e3a1827

Browse files
committed
Simplified flags [skip ci]
1 parent b21c2c7 commit e3a1827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ nimble test
156156
Specify the path to libpq if needed:
157157

158158
```sh
159-
nimble test --dynlibOverride:pq --passL:"/opt/homebrew/opt/libpq/lib/libpq.dylib"
159+
nimble test --passL:-Wl,-rpath,/opt/homebrew/opt/libpq/lib
160160
```
161161

162162
To run an example:
@@ -170,5 +170,5 @@ nim c --run --path:../../src example.nim
170170
Specify the path to libpq if needed:
171171

172172
```sh
173-
nim c --run --path:../../src --dynlibOverride:pq --passL:"/opt/homebrew/opt/libpq/lib/libpq.dylib" example.nim
173+
nim c --run --path:../../src --passL:-Wl,-rpath,/opt/homebrew/opt/libpq/lib example.nim
174174
```

0 commit comments

Comments
 (0)