aboutsummaryrefslogtreecommitdiffstats
path: root/ext/fiddle/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fiddle/extconf.rb')
-rw-r--r--ext/fiddle/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf.rb
index 37bbfdc247..f13e4144b6 100644
--- a/ext/fiddle/extconf.rb
+++ b/ext/fiddle/extconf.rb
@@ -72,7 +72,7 @@ begin
--host=#{libffi.arch}
--enable-builddir=#{RUBY_PLATFORM}
]
- args << ($enable_shared && !$static ? '--enable-shared' : '--enable-static')
+ args << ($enable_shared || !$static ? '--enable-shared' : '--enable-static')
args << libffi.opt if libffi.opt
args.concat %W[
CC=#{cc} CFLAGS=#{libffi.cflags}