In the MacPorts environment, Ruby 2.7 is used. (#690)

This commit is contained in:
Kazunari Sekigawa 2020-12-09 07:32:28 +09:00 committed by Matthias Koefferlein
parent fc42bc606f
commit c087f37aa9
1 changed files with 1 additions and 1 deletions

View File

@ -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"