summaryrefslogtreecommitdiff
path: root/upb/bindings/ruby/extconf.rb
blob: 67fddba5c783cecbd63a5c6abb1ecb883ee617e0 (plain)
1
2
3
4
5
6
7
#!/usr/bin/ruby

require 'mkmf'
find_header("upb/upb.h", "../../..") or raise "Can't find upb headers"
find_library("upb_pic", "upb_msgdef_new", "../..") or raise "Can't find upb lib"
$CFLAGS += " -Wall"
create_makefile("upb")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback