diff options
author | Yukihiro Matsumoto <[email protected]> | 1997-10-15 18:08:37 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-08-17 22:09:33 +0900 |
commit | 2a4ba10e2d68c09ddb2e3f5751f5161c00a13bf5 (patch) | |
tree | 13190036ce10900901e1ff5b559ececbdc05a167 /ruby.c | |
parent | 7ad198827b6029d5338c6a2dfe68248da25e9db5 (diff) |
version 1.0-971015v1_0_971015
https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971015.tar.gz
Wed Oct 15 18:08:37 1997 Yukihiro Matsumoto <[email protected]>
* version 1.0-971015
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -595,6 +595,11 @@ ruby_prog_init() if (rb_safe_level() == 0) { addpath(getenv("RUBYLIB")); } + +#ifdef RUBY_THIN_ARCHLIB + addpath(RUBY_THIN_ARCHLIB); +#endif + #ifdef RUBY_ARCHLIB addpath(RUBY_ARCHLIB); #endif |