changeset 5177 | eb02f7b13b81 |
parent 5174 | 85d6cad6ebf8 |
child 5400 | 1199f8e91f50 |
--- a/make-rules/shared-macros.mk Sat Dec 05 08:44:07 2015 -0800 +++ b/make-rules/shared-macros.mk Wed Dec 09 15:27:40 2015 -0800 @@ -491,8 +491,8 @@ RUBY_VERSION = 1.9 RUBY_LIB_VERSION = 1.9.1 -RUBY.1.8 = /usr/ruby/1.8/bin/ruby RUBY.1.9 = /usr/ruby/1.9/bin/ruby +RUBY.2.1 = /usr/ruby/2.1/bin/ruby RUBY = $(RUBY.$(RUBY_VERSION)) # Use the ruby lib versions to represent the RUBY_VERSIONS that # need to get built. This is done because during package transformations