We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fffafa commit 2870d8eCopy full SHA for 2870d8e
README.md
@@ -86,7 +86,7 @@ $ brew install swig
86
structure members and exported functions. When configured, elements support must be
87
disabled and the user must define `WALLY_ABI_NO_ELEMENTS` before including all wally
88
header files. This option *must not be given if wally is being installed as a system/shared library*. (default: no).
89
-- `--enabled-standard-secp`. Excludes support for features that are unavailable in
+- `--enable-standard-secp`. Excludes support for features that are unavailable in
90
the standard [libsecp256k1 library](https://github.com/bitcoin-core/secp256k1).
91
- `--with-system-secp256k1=<package_name>`. Compile and link against a system-wide
92
install of libsecp256k1 instead of the in-tree submodule. (default: not enabled).
0 commit comments