mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
missing macro definition
* win32/Makefile.sub (RUBY_VERSION_NAME): used in this file but not defined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d2b9f5b3a6
commit
355b147f5e
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ sitearch = $(ARCH)-$(RT)
|
|||
!if !defined(ruby_version)
|
||||
ruby_version = $(MAJOR).$(MINOR).0
|
||||
!endif
|
||||
!if !defined(RUBY_VERSION_NAME)
|
||||
RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version)
|
||||
!endif
|
||||
|
||||
!ifndef RUBY_SO_NAME
|
||||
RUBY_SO_NAME = $(RT)-$(RUBY_BASE_NAME)$(ruby_version:.=)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue