mame 0.216
fix mame compilation Closes #48102. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
92a624716c
commit
410f080c4f
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
class Mame < Formula
|
||||
desc "Multiple Arcade Machine Emulator"
|
||||
homepage "https://mamedev.org/"
|
||||
url "https://github.com/mamedev/mame/archive/mame0215.tar.gz"
|
||||
version "0.215"
|
||||
sha256 "c1b5fb0b91829df5f3dbe54ff13a7ccfa3a9f8aafa51a61c9a2f3158560ed609"
|
||||
url "https://github.com/mamedev/mame/archive/mame0216.tar.gz"
|
||||
version "0.216"
|
||||
sha256 "cc69e56ebbabbd6cf197d4910de0904f5709844a81f0117ce5d922f702429fc8"
|
||||
head "https://github.com/mamedev/mame.git"
|
||||
|
||||
bottle do
|
||||
|
@ -13,7 +13,6 @@ class Mame < Formula
|
|||
sha256 "95bbfc00d59b9d9519f401761bcbbf1a852ec5cbd2591aed46927492d34053d1" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "asio" => :build
|
||||
depends_on "glm" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "pugixml" => :build
|
||||
|
@ -43,7 +42,6 @@ class Mame < Formula
|
|||
system "make", "USE_LIBSDL=1",
|
||||
"USE_SYSTEM_LIB_EXPAT=1",
|
||||
"USE_SYSTEM_LIB_ZLIB=1",
|
||||
"USE_SYSTEM_LIB_ASIO=1",
|
||||
"USE_SYSTEM_LIB_FLAC=1",
|
||||
"USE_SYSTEM_LIB_GLM=1",
|
||||
"USE_SYSTEM_LIB_JPEG=1",
|
||||
|
|
Loading…
Reference in a new issue