From c087f37aa97cc2f13e45ece595fa3a9c533d6df6 Mon Sep 17 00:00:00 2001 From: Kazunari Sekigawa Date: Wed, 9 Dec 2020 07:32:28 +0900 Subject: [PATCH] In the MacPorts environment, Ruby 2.7 is used. (#690) --- macbuild/makeDMG4mac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbuild/makeDMG4mac.py b/macbuild/makeDMG4mac.py index 3d2b26a65..d50ea43ed 100755 --- a/macbuild/makeDMG4mac.py +++ b/macbuild/makeDMG4mac.py @@ -256,7 +256,7 @@ def CheckPkgDirectory(): LatestOSMacPorts = Platform == LatestOS LatestOSMacPorts &= PackagePrefix == "LW" LatestOSMacPorts &= QtIdentification == "qt5MP" - LatestOSMacPorts &= RubyPythonID == "Rmp26Pmp38" + LatestOSMacPorts &= RubyPythonID == "Rmp27Pmp38" LatestOSHomebrew = Platform == LatestOS LatestOSHomebrew &= PackagePrefix == "LW"