Update macos-python-builder.psm1

This commit is contained in:
Alice King Tai Poon 2022-06-05 16:01:28 +08:00 committed by GitHub
parent b26d08c2c4
commit b792feec8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ class macOSPythonBuilder : NixPythonBuilder {
$env:LDFLAGS = "-L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/zlib/lib"
$env:CFLAGS = "-I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/zlib/include"
} else {
$configureString += " --with-openssl=/usr/local/opt/openssl@1.1"
$configureString += " --with-openssl=/usr/local/opt/openssl@3.0.3"
}
### Compile with support of loadable sqlite extensions. Unavailable for Python 2.*