Skip to content

Commit 199b0c9

Browse files
iMichkaBrewTestBot
authored andcommitted
xcb-proto: fix python3 references
See Homebrew#108008 Closes Homebrew#109637. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent a618537 commit 199b0c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Formula/xcb-proto.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ class XcbProto < Formula
1313
depends_on "python@3.10" => :build
1414

1515
def install
16+
python = "python3.10"
17+
1618
args = %W[
1719
--prefix=#{prefix}
1820
--sysconfdir=#{etc}
1921
--localstatedir=#{var}
2022
--disable-silent-rules
21-
PYTHON=python3
23+
PYTHON=#{python}
2224
]
2325

2426
system "./configure", *args

0 commit comments

Comments
 (0)