mirror of https://github.com/KLayout/klayout.git
Merge pull request #2117 from Kazzz-S/0.30.3-mac1
Using Ruby 3.3.9 from MacPorts
This commit is contained in:
commit
889b6b0abe
|
|
@ -192,7 +192,7 @@ RubySequoia = { 'exe': '/System/Library/Frameworks/Ruby.framework/Versions
|
||||||
# install with 'sudo port install ruby33'
|
# install with 'sudo port install ruby33'
|
||||||
# [Key Type Name] = 'MP33'
|
# [Key Type Name] = 'MP33'
|
||||||
Ruby33MacPorts = { 'exe': '/opt/local/bin/ruby3.3',
|
Ruby33MacPorts = { 'exe': '/opt/local/bin/ruby3.3',
|
||||||
'inc': '/opt/local/include/ruby-3.3.8',
|
'inc': '/opt/local/include/ruby-3.3.9',
|
||||||
'lib': '/opt/local/lib/libruby.3.3.dylib'
|
'lib': '/opt/local/lib/libruby.3.3.dylib'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue