From 0ab185601762dc6cec1ff3c022e47343a7e7f593 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Dec 2021 21:59:22 +0100 Subject: [PATCH] mame: migrate to python@3.10 --- Formula/mame.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/mame.rb b/Formula/mame.rb index fef022d79c4ab..6eda79c5958b8 100644 --- a/Formula/mame.rb +++ b/Formula/mame.rb @@ -28,7 +28,7 @@ class Mame < Formula depends_on "glm" => :build depends_on "pkg-config" => :build - depends_on "python@3.9" => :build + depends_on "python@3.10" => :build depends_on "rapidjson" => :build depends_on "sphinx-doc" => :build depends_on "flac" @@ -62,7 +62,7 @@ def install # Use bundled asio and lua instead of latest version. # https://github.com/mamedev/mame/issues/5721 # https://github.com/mamedev/mame/issues/5349 - system "make", "PYTHON_EXECUTABLE=#{Formula["python@3.9"].opt_bin}/python3", + system "make", "PYTHON_EXECUTABLE=#{Formula["python@3.10"].opt_bin}/python3", "USE_LIBSDL=1", "USE_SYSTEM_LIB_EXPAT=1", "USE_SYSTEM_LIB_ZLIB=1",