Skip to content

Commit

Permalink
README nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Mar 8, 2024
1 parent 8160f84 commit a2adbd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,7 @@ or above) and a C compiler (`gcc` and `clang` should both work).

## Static Library

In its current for rustls-ffi's `Makefile` infrastructure will generate a static
In its current form rustls-ffi's `Makefile` infrastructure will generate a static
system library (e.g. `--crate-type=staticlib`), producing a `.a` or `.lib` file
(depending on the OS).

Expand Down Expand Up @@ -110,8 +110,8 @@ To build a static library in debug mode:
To link against the resulting dynamic library, use `pkg-config` to populate your
`LDLIBS` and `CFLAGS` as appropriate:

pkg-config --libs rustls
pkg-config --cflags rustls
LDLIBS="$(pkg-config --libs rustls)"
CFLAGS="$(pkg-config --cflags rustls)"

# Overview

Expand Down

0 comments on commit a2adbd1

Please sign in to comment.