diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-14 08:15:40 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-14 08:15:40 -0700 |
| commit | ad11d3144efc34e6fdc6deb24fb073f1ccd99fdb (patch) | |
| tree | ce2a1551956bb8ee1c5b51fa70c366766fbbe0d3 /Rakefile | |
| parent | 08a0c9f32843d4ebe17476608d6b2f3d8d703313 (diff) | |
| parent | d2f74c7c46c6cb3c4eb278b5adb1c766013d3b6c (diff) | |
| download | mruby-ad11d3144efc34e6fdc6deb24fb073f1ccd99fdb.tar.gz mruby-ad11d3144efc34e6fdc6deb24fb073f1ccd99fdb.zip | |
Merge pull request #975 from crimsonwoods/modify_build_script
Improve Android platform support.
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" |
