Sha256: c813322e7184370f65a7256551c34fa0f31fc482b08e6c6fb91b11457b8f9ed5
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
# Loads mkmf which is used to make makefiles for Ruby extensions require 'mkmf' # Give it a name extension_name = 'buncher' self.class::CONFIG['CXX'] = "#{self.class::CONFIG['CXX']} -std=c++11" # The destination dir_config(extension_name) # Do the work create_makefile(extension_name)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buncher-1.0.9 | ext/buncher/extconf.rb |
buncher-1.0.8 | ext/buncher/extconf.rb |