From 56990101e3036288b74eb97feedb2c2dd90b6136 Mon Sep 17 00:00:00 2001 From: Ryan Scott Lewis Date: Tue, 29 Apr 2014 14:19:18 -0400 Subject: mruby: install includes --- Library/Formula/mruby.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mruby.rb b/Library/Formula/mruby.rb index bad2dae66..c6972fc28 100644 --- a/Library/Formula/mruby.rb +++ b/Library/Formula/mruby.rb @@ -23,6 +23,8 @@ class Mruby < Formula lib.install Dir["lib/*.a"] prefix.install %w{bin mrbgems mrblib tools} end + + prefix.install "include" end test do -- cgit v1.2.3