summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-20 17:17:08 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-20 17:17:08 -0700
commitbe1fd65f39efd825d7632543977161e40a31d292 (patch)
tree58f29e1e4962842319a3044bb843fba1a43c53cf
parent949395d153c7a65360eb876e1a8866bae8a6e83f (diff)
downloadlibyajl2-gem-be1fd65f39efd825d7632543977161e40a31d292.tar.gz
add def file output
-rw-r--r--ext/libyajl2/extconf.rb2
1 files changed, 1 insertions, 1 deletions
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