Skip to content

Commit

Permalink
Fix pkgconfig location in BUILD.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Zelenka <[email protected]>
  • Loading branch information
bukka authored Jan 7, 2025
1 parent b6a4d65 commit 03444b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under an absolute path `$OPENSSL_DIR`.
If you rely on pkg-config, point `PKG_CONFIG_PATH` to a directory
where `libcrypto.pc` or `openssl.pc` can be found.

- `PKG_CONFIG_PATH="$OPENSSL_DIR/lib64/pkg-config" meson setup builddir`
- `PKG_CONFIG_PATH="$OPENSSL_DIR/lib64/pkgconfig" meson setup builddir`

Otherwise, you can set `CFLAGS`/`LDFLAGS`:

Expand Down

0 comments on commit 03444b1

Please sign in to comment.