summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorcrimsonwoods <[email protected]>2013-03-14 23:51:44 +0900
committercrimsonwoods <[email protected]>2013-03-14 23:51:44 +0900
commitef23ae4e417e952aed59694aeb9bf4bf62f68472 (patch)
treee4c992bf98b3515ee4e7f2ca84f2af914e22831c /Rakefile
parentbb63eb04d02a723592e504f1b796b58154d3aa1c (diff)
downloadmruby-ef23ae4e417e952aed59694aeb9bf4bf62f68472.tar.gz
mruby-ef23ae4e417e952aed59694aeb9bf4bf62f68472.zip
support 'Cygwin' as build platform.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 633c50385..b1d49525f 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"