From f5f8f3ce3788266aa5273cdaf885c29a4e8bf300 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Sep 2016 14:18:39 +0000 Subject: zlib: fix directory [ci skip] * ext/zlib/extconf.rb: fix directory to install zlib library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/zlib/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib') diff --git a/ext/zlib/extconf.rb b/ext/zlib/extconf.rb index 71bcc577d1..c3035e37b5 100644 --- a/ext/zlib/extconf.rb +++ b/ext/zlib/extconf.rb @@ -85,7 +85,7 @@ if have_zlib conf << "\t$(MAKE) -f $(ZSRC)/win32/Makefile.#{$nmake ? 'msc' : 'gcc'} TOP=$(ZSRC) $@\n" conf << "install-so: $(topdir)/#{dll}" conf << "$(topdir)/#{dll}: $(ZIMPLIB)\n" - conf << "\t$(Q) $(COPY) #{dll} $(BINDIR)\n" + conf << "\t$(Q) $(COPY) #{dll} $(@D)\n" end end conf -- cgit v1.2.3