diff options
| author | Chris Kleeschulte <[email protected]> | 2015-10-08 15:21:54 -0400 |
|---|---|---|
| committer | Chris Kleeschulte <[email protected]> | 2015-10-08 15:27:12 -0400 |
| commit | 34754ce3bc33a8b3c2e7d03039301ba171ac3362 (patch) | |
| tree | fd4db7fc1607cb75f19e3ad27872608058ab7a32 | |
| parent | Merge pull request #6720 (diff) | |
| download | discoin-34754ce3bc33a8b3c2e7d03039301ba171ac3362.tar.xz discoin-34754ce3bc33a8b3c2e7d03039301ba171ac3362.zip | |
[Trivial] Fixed typo when referring to a previous section in
depends/README.md [skip ci]
| -rw-r--r-- | depends/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 2dc0b9e47..d85e652c6 100644 --- a/depends/README.md +++ b/depends/README.md @@ -13,7 +13,7 @@ For example: make HOST=x86_64-w64-mingw32 -j4 A prefix will be generated that's suitable for plugging into Bitcoin's -configure. In the above example, a dir named i686-w64-mingw32 will be +configure. In the above example, a dir named x86_64-w64-mingw32 will be created. To use it for Bitcoin: ./configure --prefix=`pwd`/depends/x86_64-w64-mingw32 |