remove debug lines

This commit is contained in:
Dmitry Shibanov 2020-10-27 11:56:49 +03:00
parent 99a84463ad
commit 50e47adc8b
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ class macOSPythonBuilder : NixPythonBuilder {
### Solution is to install these libraries from a third-party package manager,
### and then add the appropriate paths for the header and library files to configure command.
### Link to documentation (https://cpython-devguide.readthedocs.io/setup/#build-dependencies)
Write-Host "openssl path: $(brew --prefix openssl)"
if ($this.Version -lt "3.7.0") {
$env:LDFLAGS = "-L/usr/local/opt/openssl@1.1/lib"
$env:CFLAGS = "-I/usr/local/opt/openssl@1.1/include"

View File

@ -1289,4 +1289,4 @@
}
]
}
]
]