From ef23ae4e417e952aed59694aeb9bf4bf62f68472 Mon Sep 17 00:00:00 2001 From: crimsonwoods Date: Thu, 14 Mar 2013 23:51:44 +0900 Subject: support 'Cygwin' as build platform. --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') 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" -- cgit v1.2.3