Sha256: ce827cc54c07745b93d6adc72edf7f9f8174e81bee228fe0dbf6d17c1e932b4e
Contents?: true
Size: 489 Bytes
Versions: 10
Compression:
Stored size: 489 Bytes
Contents
require 'mkmf' have_header('Dummy Makefile') unless find_executable('cargo') puts "You need to have Rust installed for this gem to build natively." puts "Please install the latest nightly build:" puts puts "curl -sSf https://static.rust-lang.org/rustup.sh | sudo sh -s -- --channel=nightly" puts at_exit { puts "Exiting..."} end Dir.chdir(File.expand_path("../../", File.dirname(__FILE__))) do `rake build_src` `rake clean_src` end create_makefile('faster_path/dummy')
Version data entries
10 entries across 10 versions & 1 rubygems