summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-14 08:15:40 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-14 08:15:40 -0700
commitad11d3144efc34e6fdc6deb24fb073f1ccd99fdb (patch)
treece2a1551956bb8ee1c5b51fa70c366766fbbe0d3 /Rakefile
parent08a0c9f32843d4ebe17476608d6b2f3d8d703313 (diff)
parentd2f74c7c46c6cb3c4eb278b5adb1c766013d3b6c (diff)
downloadmruby-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--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 9c0711453..ab5e6c6e6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"