Skip to content

Commit f0ba573

Browse files
committed
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent b17c80f commit f0ba573

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Wed Jul 26 10:09:01 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
22

33
* configure.in: set SOLIBS to LIBS on Cygwin.
44

5+
* configure.in: LIBRUBY_SO='$(RUBY_INSTALL_NAME)'.$target_os.dll
6+
on cygwin and mingw32. ruby-cygwin.dll is bad. why?
7+
58
Tue Jul 25 19:03:04 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
69

710
* cygwin/GNUmakefile: use puts instead of print, because

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ case "$target_os" in
825825
;;
826826
cygwin*|mingw*)
827827
if test x"$enable_shared" = xyes; then
828-
LIBRUBY_SO='$(RUBY_INSTALL_NAME)-'$target_os.dll
828+
LIBRUBY_SO='$(RUBY_INSTALL_NAME).'$target_os.dll
829829
LIBRUBY_DLDFLAGS='--dllname=$@ --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
830830
else
831831
LIBRUBY_SO=dummy

0 commit comments

Comments
 (0)