mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
RUBY_PROGRAM_VERSION for MJIT_PRECOMPILED_HEADER
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91dfdf840b
commit
9417d10fe1
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ ruby_version = $(MAJOR).$(MINOR).0
|
|||
!if !defined(RUBY_VERSION_NAME)
|
||||
RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version)
|
||||
!endif
|
||||
RUBY_PROGRAM_VERSION = $(MAJOR).$(MINOR).$(TEENY)
|
||||
|
||||
!ifndef RUBY_SO_NAME
|
||||
RUBY_SO_NAME = $(RT)-$(RUBY_BASE_NAME)$(ruby_version:.=)
|
||||
|
|
Loading…
Add table
Reference in a new issue