Sha256: 3b641176ee26bc0bf0bbc6ebdf2f8a9855abba6806a8e888ca79f774c1a6e30f
Contents?: true
Size: 309 Bytes
Versions: 6
Compression:
Stored size: 309 Bytes
Contents
# Loads mkmf which is used to make makefiles for Ruby extensions require 'mkmf' # Give it a name extension_name = 'buncher' # The destination dir_config(extension_name) # add some standard template libraries (headers only) dir_config('boost','ext/boost/1.57.0') # Do the work create_makefile(extension_name)
Version data entries
6 entries across 6 versions & 1 rubygems