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
@ -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…
x
Reference in New Issue
Block a user