mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
add flag for python builder
This commit is contained in:
@ -52,6 +52,7 @@ class macOSPythonBuilder : NixPythonBuilder {
|
||||
$configureString += " --enable-loadable-sqlite-extensions"
|
||||
$env:LDFLAGS += " -L$(brew --prefix sqlite3)/lib"
|
||||
$env:CFLAGS += " -I$(brew --prefix sqlite3)/include"
|
||||
$env:CPPFLAGS += "-I$(brew --prefix sqlite3)/include"
|
||||
}
|
||||
|
||||
Execute-Command -Command $configureString
|
||||
|
Reference in New Issue
Block a user