support 'Cygwin' as build platform.

This commit is contained in:
crimsonwoods
2013-03-14 23:51:44 +09:00
parent bb63eb04d0
commit ef23ae4e41
3 changed files with 45 additions and 11 deletions
+1
View File
@@ -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"