Skip to content

Commit

Permalink
python@3.9: find gdbm on ARM (#66438)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored Dec 8, 2020
1 parent 409aa8c commit c6a122a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/python@3.9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def install
--with-openssl=#{Formula["openssl@1.1"].opt_prefix}
]

cflags = []
ldflags = []
cflags = ["-I#{HOMEBREW_PREFIX}/include"]
ldflags = ["-L#{HOMEBREW_PREFIX}/lib"]
cppflags = []

if MacOS.sdk_path_if_needed
Expand Down

1 comment on commit c6a122a

@mkoeppe
Copy link

@mkoeppe mkoeppe commented on c6a122a Jan 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the bad commit that causes #68352 for Python 3.9

Please sign in to comment.