diff options
Diffstat (limited to 'homebrew/mrubycli/.make.sh-auto')
-rw-r--r-- | homebrew/mrubycli/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/mrubycli/.make.sh-auto b/homebrew/mrubycli/.make.sh-auto new file mode 100644 index 000000000..63399cb1c --- /dev/null +++ b/homebrew/mrubycli/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +ENV["MRUBY_CLI_LOCAL"] = "true" +rm buildpath/"build_config.rb" +(buildpath/"build_config.rb").write <<~EOS +MRuby::Build.new do |conf| +toolchain :clang +conf.gem File.expand_path(File.dirname(__FILE__)) |