diff --git a/Common-build-problems.md b/Common-build-problems.md index 9c115fc..58223f9 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -208,14 +208,14 @@ pyenv install -v or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instead of `CPPFLAGS` and `LDFLAGS`: ```sh -CONFIGURE_OPTS="-with-openssl=" +CONFIGURE_OPTS="--with-openssl=" ``` or ```sh LDFLAGS="-Wl,-rpath,/lib" \ -CONFIGURE_OPTS="-with-openssl=" \ +CONFIGURE_OPTS="--with-openssl=" \ pyenv install -v ```