зеркало из https://github.com/github/ruby.git
* 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:
Родитель
485f88e62e
Коммит
561e61a430
|
@ -2606,7 +2606,7 @@ AS_CASE(["$target_os"],
|
||||||
CPPFLAGS="$CPPFLAGS -I/boot/home/config/include"
|
CPPFLAGS="$CPPFLAGS -I/boot/home/config/include"
|
||||||
],
|
],
|
||||||
[cygwin*|mingw*], [
|
[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)'
|
LIBRUBY_DLDFLAGS="${DLDFLAGS}"' -Wl,--out-implib=$(LIBRUBY)'
|
||||||
AS_CASE(["$target_os"],
|
AS_CASE(["$target_os"],
|
||||||
[cygwin*], [
|
[cygwin*], [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче