From be1fd65f39efd825d7632543977161e40a31d292 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 20 May 2014 17:17:08 -0700 Subject: add def file output --- ext/libyajl2/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/libyajl2/extconf.rb b/ext/libyajl2/extconf.rb index 5939f82..a1a94a1 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=yajl.dll.a" + $LDFLAGS << " -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=yajl.dll.a -Wl,--output-def,yajl.def" end end -- cgit v1.2.1