Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jun 22, 2023
1 parent d036ce7 commit f2d134f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/macos-python-builder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class macOSPythonBuilder : NixPythonBuilder {


# brew install ncurses readline
if ($this.Version -gt "3.7.17") {
if ($this.Version -eq "3.7.17") {
$env:LDFLAGS += " -L$(brew --prefix bzip2)/lib -L$(brew --prefix readline)/lib -L$(brew --prefix ncurses)/lib"
$env:CFLAGS += " -I$(brew --prefix bzip2)/include -I$(brew --prefix readline)/include -I$(brew --prefix ncurses)/include"
}
Expand Down

0 comments on commit f2d134f

Please sign in to comment.