This commit is contained in:
Alex Janka 2023-06-20 19:52:47 +10:00
parent ba912ec2d9
commit fab9715938

View file

@ -92,6 +92,7 @@ class GamePortingToolkit < Formula
ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.14"
wine_configure_options = ["--prefix=#{prefix}",
"--with-sdl2",
"--disable-win16",
"--disable-tests",
"--without-x",
@ -105,11 +106,13 @@ class GamePortingToolkit < Formula
"--without-krb5"]
wine64_configure_options = ["--enable-win64",
"--with-sdl2",
"--with-gnutls",
"--with-freetype",
"--with-gstreamer"]
wine32_configure_options = ["--enable-win32on64",
"--with-sdl2",
"--with-wine64=../wine64-build",
"--without-gstreamer",
"--without-gphoto",