Ticket #1561: patch-metaconfig

File patch-metaconfig, 353 bytes (added by ward@…, 20 years ago)

extra patchfile for panther

Line 
1--- metaconfig.orig     Fri Dec 27 16:45:58 2002
2+++ metaconfig  Fri Feb 27 17:25:42 2004
3@@ -39,3 +39,7 @@
4 
5 add_config 'rubycocoa-release-date', 'name',
6   RubyCocoaConfig::RELEASE_DATE, 'RubyCocoa release date'
7+
8+add_path_config 'libruby-dylib', "#{Config::CONFIG['libdir']}/" +
9+  "libruby.#{Config::CONFIG['ruby_version']}.dylib",
10+  'libruby.dylib'