mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (RUBY_SO_NAME): expand version numbers in Makefile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
485f88e62e
commit
561e61a430
1 changed files with 1 additions and 1 deletions
|
@ -2606,7 +2606,7 @@ AS_CASE(["$target_os"],
|
|||
CPPFLAGS="$CPPFLAGS -I/boot/home/config/include"
|
||||
],
|
||||
[cygwin*|mingw*], [
|
||||
RUBY_SO_NAME="${RUBY_SO_NAME}${MAJOR}${MINOR}${TEENY}"
|
||||
RUBY_SO_NAME="${RUBY_SO_NAME}"'$(MAJOR)$(MINOR)$(TEENY)'
|
||||
LIBRUBY_DLDFLAGS="${DLDFLAGS}"' -Wl,--out-implib=$(LIBRUBY)'
|
||||
AS_CASE(["$target_os"],
|
||||
[cygwin*], [
|
||||
|
|
Loading…
Reference in a new issue