summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-02-24 11:20:40 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-02-24 13:31:53 -0500
commit97001638d96c27a662f6fa8c682c61b0599a9c3c (patch)
tree3f98ab1f110be7d5e402bd4daec4f8242686691d /win32/Makefile.sub
parent9bd4b2ab14eea3df392f4531887fcc1c59291d02 (diff)
Add ABI version to ruby_version tag on Windows
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5595
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 47a3dcfd5e..95a9ef4508 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -148,7 +148,7 @@ PLATFORM_DIR = win32
arch = $(ARCH)-$(PLATFORM)
sitearch = $(ARCH)-$(RT)
!if !defined(ruby_version)
-ruby_version = $(MAJOR).$(MINOR).0
+ruby_version = $(MAJOR).$(MINOR).0+$(ABI_VERSION)
!endif
!if !defined(RUBY_VERSION_NAME)
RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version)