summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-06-10 02:51:32 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-10 02:51:32 +0900
commit95cb4168529bd8e46edf27f0538d77a35db22e8f (patch)
treeb9fcd7b0b6401bcf12dd3b285dfa4f8311d34ed9 /Rakefile
parent5c6de6858eda97ac214082091266a7423e379640 (diff)
parentbe2c156876c5b6cd4c9937c2d266f1862597af58 (diff)
downloadmruby-95cb4168529bd8e46edf27f0538d77a35db22e8f.tar.gz
mruby-95cb4168529bd8e46edf27f0538d77a35db22e8f.zip
Merge pull request #2829 from hiroshiyui/mirb-termcap-compat
Detect if ncurses' backend is terminfo or termcap.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0f33c5ee8..89dab05e7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,6 +3,7 @@
# basic build file for mruby
MRUBY_ROOT = File.dirname(File.expand_path(__FILE__))
MRUBY_BUILD_HOST_IS_CYGWIN = RUBY_PLATFORM.include?('cygwin')
+MRUBY_BUILD_HOST_IS_OPENBSD = RUBY_PLATFORM.include?('openbsd')
# load build systems
load "#{MRUBY_ROOT}/tasks/ruby_ext.rake"