Skip to content

Commit

Permalink
[Trivial] Fixed typo when referring to a previous section in
Browse files Browse the repository at this point in the history
depends/README.md [skip ci]
  • Loading branch information
Chris Kleeschulte committed Oct 8, 2015
1 parent d479311 commit 34754ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34754ce

Please sign in to comment.