Skip to content

Commit

Permalink
mame: migrate to [email protected]
Browse files Browse the repository at this point in the history
Closes #91252.

Signed-off-by: Michka Popoff <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
cclauss authored and BrewTestBot committed Dec 14, 2021
1 parent 26bbd87 commit f65a9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/mame.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f65a9c0

Please sign in to comment.