Skip to content

Commit c46f063

Browse files
Merge pull request #2333 from Kazzz-S/0.30.8-mac1
Use Ruby 3.4.9 from MacPorts
2 parents 5ccf626 + 6bbe697 commit c46f063

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

macbuild/build4mac_env.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
# install with 'sudo port install ruby34'
329329
# [Key Type Name] = 'MP34'
330330
Ruby34MacPorts = { 'exe': '/opt/local/bin/ruby3.4',
331-
'inc': '/opt/local/include/ruby-3.4.8',
331+
'inc': '/opt/local/include/ruby-3.4.9',
332332
'lib': '/opt/local/lib/libruby.3.4.dylib'
333333
}
334334

@@ -567,8 +567,8 @@
567567
# [4] KLayout executables including buddy tools
568568
#-----------------------------------------------------
569569
KLayoutExecs = [ 'klayout' ]
570-
KLayoutExecs += [ 'strm2cif', 'strm2dxf', 'strm2gds', 'strm2gdstxt', 'strm2mag', 'strm2oas' ]
571-
KLayoutExecs += [ 'strm2txt', 'strmclip', 'strmcmp', 'strmrun', 'strmxor' ]
570+
KLayoutExecs += [ 'strm2cif', 'strm2dxf', 'strm2gds', 'strm2gdstxt', 'strm2lstr', 'strm2mag' ]
571+
KLayoutExecs += [ 'strm2oas', 'strm2txt', 'strmclip', 'strmcmp', 'strmrun', 'strmxor' ]
572572

573573
#----------------
574574
# End of File

0 commit comments

Comments
 (0)