diff --git a/builders/macos-python-builder.psm1 b/builders/macos-python-builder.psm1 index 3324262..7041fcc 100644 --- a/builders/macos-python-builder.psm1 +++ b/builders/macos-python-builder.psm1 @@ -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" diff --git a/versions-manifest.json b/versions-manifest.json index 87f4ca6..9d00d25 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1289,4 +1289,4 @@ } ] } -] \ No newline at end of file +]