diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-15 00:21:22 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-15 00:21:22 +0900 |
| commit | 75dd4a5aeda402e74ade4b3e74d2ca15eecec009 (patch) | |
| tree | 25997a520ae7d249bcab701186c788af93639c0c /Rakefile | |
| parent | 22756f45beb81559b53a8d9e282bf59344e27ec5 (diff) | |
| parent | 2ff330ee0e7f2bbcff34051f028c7837b8c16b38 (diff) | |
| download | mruby-75dd4a5aeda402e74ade4b3e74d2ca15eecec009.tar.gz mruby-75dd4a5aeda402e74ade4b3e74d2ca15eecec009.zip | |
resolve conflict
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ # Build description. # basic build file for mruby MRUBY_ROOT = File.dirname(File.expand_path(__FILE__)) +MRUBY_BUILD_HOST_IS_CYGWIN = RUBY_PLATFORM.include?('cygwin') # load build systems load "#{MRUBY_ROOT}/tasks/ruby_ext.rake" |
