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