summaryrefslogtreecommitdiff
path: root/ext/ffi_yajl/ext/dlopen/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi_yajl/ext/dlopen/extconf.rb')
-rw-r--r--ext/ffi_yajl/ext/dlopen/extconf.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/ffi_yajl/ext/dlopen/extconf.rb b/ext/ffi_yajl/ext/dlopen/extconf.rb
index f35d0cb..803d326 100644
--- a/ext/ffi_yajl/ext/dlopen/extconf.rb
+++ b/ext/ffi_yajl/ext/dlopen/extconf.rb
@@ -1,8 +1,8 @@
# rubocop:disable Style/GlobalVars
-require 'mkmf'
-require 'rubygems'
+require "mkmf"
+require "rubygems"
-RbConfig::MAKEFILE_CONFIG['CC'] = ENV['CC'] if ENV['CC']
+RbConfig::MAKEFILE_CONFIG["CC"] = ENV["CC"] if ENV["CC"]
puts $CFLAGS
puts $LDFLAGS
@@ -11,6 +11,6 @@ have_header("dlfcn.h")
have_library("dl", "dlopen")
-dir_config 'dlopen'
+dir_config "dlopen"
-create_makefile 'ffi_yajl/ext/dlopen'
+create_makefile "ffi_yajl/ext/dlopen"