Sha256: 93e198d4370cdfe674689d397fbd312ffb0ad686e0c6def9a299a82ebeb2b778
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
# -*- coding: utf-8 -*- %w[.] .map {|s| File.expand_path "../../#{s}/lib", __dir__} .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)} require 'mkmf' require 'xot/extconf' require 'xot/extension' Xot::ExtConf.new Xot do setup do headers << 'ruby.h' end create_makefile 'xot/tester' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
xot-0.1.34 | ext/xot/extconf.rb |
xot-0.1.33 | ext/xot/extconf.rb |
xot-0.1.32 | ext/xot/extconf.rb |
xot-0.1.31 | ext/xot/extconf.rb |