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