quex: fix `python3` references.
See #110462. Closes #110539. Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
4715a03ecf
commit
123a516be3
|
@ -25,7 +25,7 @@ class Quex < Formula
|
|||
# Use a shim script to set QUEX_PATH on the user's behalf
|
||||
(bin/"quex").write <<~EOS
|
||||
#!/bin/bash
|
||||
QUEX_PATH="#{libexec}" "#{Formula["python@3.10"].opt_bin}/python3" "#{libexec}/quex-exe.py" "$@"
|
||||
QUEX_PATH="#{libexec}" "python3.10" "#{libexec}/quex-exe.py" "$@"
|
||||
EOS
|
||||
|
||||
if build.head?
|
||||
|
|
Loading…
Reference in New Issue