8000 remove debug lines · mxschmitt/python-versions@50e47ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 50e47ad

Browse files
author
Dmitry Shibanov
committed
remove debug lines
1 parent 99a8446 commit 50e47ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

builders/macos-python-builder.psm1

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

versions-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,4 +1289,4 @@
12891289
}
12901290
]
12911291
}
1292-
]
1292+
]

0 commit comments

Comments
 (0)
0