aboutsummaryrefslogtreecommitdiffstats
path: root/config_h.dj
diff options
context:
space:
mode:
Diffstat (limited to 'config_h.dj')
-rw-r--r--config_h.dj5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_h.dj b/config_h.dj
index 029da840c4..91a8f249c1 100644
--- a/config_h.dj
+++ b/config_h.dj
@@ -65,7 +65,8 @@
#define FILE_COUNT _cnt
#define DLEXT ".o"
#define RUBY_LIB "/usr/local/lib/ruby/1.5"
-#define RUBY_SITE_LIB "/usr/local/lib/ruby/1.5/site_ruby"
+#define RUBY_SITE_LIB "/usr/local/lib/ruby/site_ruby"
+#define RUBY_SITE_LIB2 "/usr/local/lib/ruby/site_ruby/1.5"
#define RUBY_PLATFORM "i386-djgpp"
#define RUBY_ARCHLIB "/usr/local/lib/ruby/1.5/i386-djgpp"
-#define RUBY_SITE_ARCHLIB "/usr/local/lib/ruby/1.5/site_ruby/i386-djgpp"
+#define RUBY_SITE_ARCHLIB "/usr/local/lib/ruby/site_ruby/1.5/i386-djgpp"