From 6bbe6976dd53a17989653f8695aba4e2be9dfce1 Mon Sep 17 00:00:00 2001 From: Kazunari Sekigawa Date: Fri, 17 Apr 2026 07:58:00 +0900 Subject: [PATCH] Use Ruby 3.4.9 from MacPorts --- macbuild/build4mac_env.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macbuild/build4mac_env.py b/macbuild/build4mac_env.py index 363ab78c8..f09f8bbb4 100755 --- a/macbuild/build4mac_env.py +++ b/macbuild/build4mac_env.py @@ -328,7 +328,7 @@ RubyTahoe = { 'exe': '/System/Library/Frameworks/Ruby.framework/Versions # install with 'sudo port install ruby34' # [Key Type Name] = 'MP34' Ruby34MacPorts = { 'exe': '/opt/local/bin/ruby3.4', - 'inc': '/opt/local/include/ruby-3.4.8', + 'inc': '/opt/local/include/ruby-3.4.9', 'lib': '/opt/local/lib/libruby.3.4.dylib' } @@ -567,8 +567,8 @@ if _have_Homebrew_Python: # [4] KLayout executables including buddy tools #----------------------------------------------------- KLayoutExecs = [ 'klayout' ] -KLayoutExecs += [ 'strm2cif', 'strm2dxf', 'strm2gds', 'strm2gdstxt', 'strm2mag', 'strm2oas' ] -KLayoutExecs += [ 'strm2txt', 'strmclip', 'strmcmp', 'strmrun', 'strmxor' ] +KLayoutExecs += [ 'strm2cif', 'strm2dxf', 'strm2gds', 'strm2gdstxt', 'strm2lstr', 'strm2mag' ] +KLayoutExecs += [ 'strm2oas', 'strm2txt', 'strmclip', 'strmcmp', 'strmrun', 'strmxor' ] #---------------- # End of File