From becc5385d0685e897a28d94bd0985b21a6f14100 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 20 May 2014 15:03:01 -0700 Subject: rename deployed windows artifacts --- ext/libyajl2/extconf.rb | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ext/libyajl2/extconf.rb b/ext/libyajl2/extconf.rb index 370881f..e97511b 100644 --- a/ext/libyajl2/extconf.rb +++ b/ext/libyajl2/extconf.rb @@ -34,7 +34,7 @@ module Libyajl2Build # create the implib on windows if windows? - $LDFLAGS << " -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=libyajl.dll.a" + $LDFLAGS << " -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=yajl.dll.a" end end @@ -68,9 +68,21 @@ TARGET = libyajl DLLIB = $(TARGET).#{RbConfig::MAKEFILE_CONFIG['DLEXT']} all: +EOF + if windows? + f.write <