mirror of https://github.com/KLayout/klayout.git
In the MacPorts environment, Ruby 2.7 is used. (#690)
This commit is contained in:
parent
1c234a0b23
commit
bf4e19728b
|
|
@ -256,7 +256,7 @@ def CheckPkgDirectory():
|
||||||
LatestOSMacPorts = Platform == LatestOS
|
LatestOSMacPorts = Platform == LatestOS
|
||||||
LatestOSMacPorts &= PackagePrefix == "LW"
|
LatestOSMacPorts &= PackagePrefix == "LW"
|
||||||
LatestOSMacPorts &= QtIdentification == "qt5MP"
|
LatestOSMacPorts &= QtIdentification == "qt5MP"
|
||||||
LatestOSMacPorts &= RubyPythonID == "Rmp26Pmp38"
|
LatestOSMacPorts &= RubyPythonID == "Rmp27Pmp38"
|
||||||
|
|
||||||
LatestOSHomebrew = Platform == LatestOS
|
LatestOSHomebrew = Platform == LatestOS
|
||||||
LatestOSHomebrew &= PackagePrefix == "LW"
|
LatestOSHomebrew &= PackagePrefix == "LW"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue