diff options
Diffstat (limited to 'doc/build-openbsd.md')
-rw-r--r-- | doc/build-openbsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 32129aadf3..e10036a96b 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -112,7 +112,7 @@ Run `cmake -B build -LH` to see the full list of available options. This enables support for both wallet types: ```bash -cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH="${BDB_PREFIX}/include" +cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH="${BDB_PREFIX}/include" -DWITH_BDB=ON ``` ### 2. Compile |