mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 22:33:52 -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
|
||||
CPPFLAGS="$(pkg-config --cflags openssl11)" \
|
||||
LDFLAGS=-"$(pkg-config --libs openssl11)" \
|
||||
LDFLAGS="$(pkg-config --libs openssl11)" \
|
||||
pyenv install -v 3.10.6
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user