Sha256: cdcdbae23cee06179fd515e7c413bcc58e1761ad76947961f726ca4f124cc36a
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 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 END { puts "Exiting..."} end Dir.chdir('../../') do system("rake build_src") system("rake clean_src") end create_makefile('faster_path/dummy')
Version data entries
5 entries across 5 versions & 1 rubygems