mirror of https://github.com/KLayout/klayout.git
In the MacPorts environment, Ruby 2.7 is used. (#690)
This commit is contained in:
parent
fc42bc606f
commit
c087f37aa9
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue