Sha256: 93e70295b2cfe2156aa0f247d765137544166c672ceda58abf24eb5bf55c2bc3
Contents?: true
Size: 483 Bytes
Versions: 1
Compression:
Stored size: 483 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('ruuid/dummy')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rust_uuid-0.1 | ext/ruuid/extconf.rb |