File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Wed Jul 26 10:09:01 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
2
2
3
3
* configure.in: set SOLIBS to LIBS on Cygwin.
4
4
5
+ * configure.in: LIBRUBY_SO='$(RUBY_INSTALL_NAME)'.$target_os.dll
6
+ on cygwin and mingw32. ruby-cygwin.dll is bad. why?
7
+
5
8
Tue Jul 25 19:03:04 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
6
9
7
10
* cygwin/GNUmakefile: use puts instead of print, because
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ case "$target_os" in
825
825
;;
826
826
cygwin*|mingw*)
827
827
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
829
829
LIBRUBY_DLDFLAGS='--dllname=$@ --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
830
830
else
831
831
LIBRUBY_SO=dummy
You can’t perform that action at this time.
0 commit comments