mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
Remove an extra minus sign (dash), which causes the compilation to fail on CentOS 7.
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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue