mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
Remove an extra minus sign (dash), which causes the compilation to fail on CentOS 7.
@@ -205,7 +205,7 @@ E.g. (invocations that worked for various people):
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
CPPFLAGS="$(pkg-config --cflags openssl11)" \
|
CPPFLAGS="$(pkg-config --cflags openssl11)" \
|
||||||
LDFLAGS=-"$(pkg-config --libs openssl11)" \
|
LDFLAGS="$(pkg-config --libs openssl11)" \
|
||||||
pyenv install -v 3.10.6
|
pyenv install -v 3.10.6
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user