mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
revert test changes
This commit is contained in:
@ -41,8 +41,8 @@ class macOSPythonBuilder : NixPythonBuilder {
|
||||
### 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" #"-L$(brew --prefix openssl)/lib"
|
||||
$env:CFLAGS = "-I/usr/local/opt/openssl@1.1/include" #"-I$(brew --prefix openssl)/include"
|
||||
$env:LDFLAGS = "-L/usr/local/opt/openssl@1.1/lib"
|
||||
$env:CFLAGS = "-I/usr/local/opt/openssl@1.1/include"
|
||||
} else {
|
||||
$configureString += " --with-openssl=/usr/local/opt/openssl@1.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user