Skip to content

Commit 80a07be

Browse files
author
Stephen Asbury
committed
Minor fix: Added - to rpath for darwin in readme.
1 parent faf1610 commit 80a07be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For example,
117117
118118
export CGO_LDFLAGS="-L$MQ_INSTALLATION_PATH/lib64 -Wl,rpath=$MQ_INSTALLATION_PATH/lib64"
119119
or on Darwin
120-
export CGO_LDFLAGS="-L$MQ_INSTALLATION_PATH/lib64 -Wl,rpath,$MQ_INSTALLATION_PATH/lib64"
120+
export CGO_LDFLAGS="-L$MQ_INSTALLATION_PATH/lib64 -Wl,-rpath,$MQ_INSTALLATION_PATH/lib64"
121121
```
122122

123123
* Compile the `ibmmq` component:

0 commit comments

Comments
 (0)