Skip to content

Commit fb7c9ca

Browse files
add flag for python builder
1 parent 41e5bb2 commit fb7c9ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builders/macos-python-builder.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class macOSPythonBuilder : NixPythonBuilder {
5252
$configureString += " --enable-loadable-sqlite-extensions"
5353
$env:LDFLAGS += " -L$(brew --prefix sqlite3)/lib"
5454
$env:CFLAGS += " -I$(brew --prefix sqlite3)/include"
55+
$env:CPPFLAGS += "-I$(brew --prefix sqlite3)/include"
5556
}
5657

5758
Execute-Command -Command $configureString

0 commit comments

Comments
 (0)