mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[Trivial] Fixed typo when referring to a previous section in
depends/README.md [skip ci]
This commit is contained in:
parent
d479311dba
commit
34754ce3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ For example:
|
||||||
make HOST=x86_64-w64-mingw32 -j4
|
make HOST=x86_64-w64-mingw32 -j4
|
||||||
|
|
||||||
A prefix will be generated that's suitable for plugging into Bitcoin's
|
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:
|
created. To use it for Bitcoin:
|
||||||
|
|
||||||
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
|
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue