Remove an extra minus sign (dash), which causes the compilation to fail on CentOS 7.

Yang Li 2023-05-02 00:26:55 +08:00
parent ebb2183a6e
commit 034e613a21

@ -205,7 +205,7 @@ E.g. (invocations that worked for various people):
```sh
CPPFLAGS="$(pkg-config --cflags openssl11)" \
LDFLAGS=-"$(pkg-config --libs openssl11)" \
LDFLAGS="$(pkg-config --libs openssl11)" \
pyenv install -v 3.10.6
```