Skip to content

Commit

Permalink
gdb: use canonical dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored and iMichka committed Dec 23, 2020
1 parent 1f650f7 commit d78436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def install
--disable-binutils
]

ENV.append "CPPFLAGS", "-I#{Formula["python"].opt_libexec}" unless OS.mac?
ENV.append "CPPFLAGS", "-I#{Formula["python@3.9"].opt_libexec}" unless OS.mac?

mkdir "build" do
system "../configure", *args
Expand Down

0 comments on commit d78436b

Please sign in to comment.