summaryrefslogtreecommitdiff
path: root/upb/bindings/ruby/extconf.rb
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-08-21 14:47:50 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-08-21 14:47:50 -0700
commitc0a50de92300080a1cf11bf4ff0ec3b2d6240c10 (patch)
tree84736c4563940dd81aa5d2269e3ba638b5355edb /upb/bindings/ruby/extconf.rb
parente3eae33fb5840dbec3c2bc9109fa164f6066baa8 (diff)
Removed a bunch of obsolete code.
A lot of this code was experimental or temporarily useful, but is no longer needed.
Diffstat (limited to 'upb/bindings/ruby/extconf.rb')
-rw-r--r--upb/bindings/ruby/extconf.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/upb/bindings/ruby/extconf.rb b/upb/bindings/ruby/extconf.rb
deleted file mode 100644
index b105948..0000000
--- a/upb/bindings/ruby/extconf.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/ruby
-
-require 'mkmf'
-
-# Extra args are passed on the command-line.
-$CFLAGS += (" " + ARGV[0])
-
-find_header("upb/upb.h", "../../..") or raise "Can't find upb headers"
-find_library("upb_pic", "upb_msgdef_new", "../../../lib") or raise "Can't find upb lib"
-find_library("upb.descriptor_pic", "upb_descreader_init", "../../../lib") or raise "Can't find upb.descriptor lib"
-find_library("upb.pb_pic", "upb_pbdecoder_init", "../../../lib") or raise "Can't find upb.pb lib"
-
-create_makefile("upb")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback