diff options
| author | Huei-Horng Yo <[email protected]> | 2015-06-09 21:07:12 +0800 |
|---|---|---|
| committer | Huei-Horng Yo <[email protected]> | 2015-06-09 21:07:12 +0800 |
| commit | be2c156876c5b6cd4c9937c2d266f1862597af58 (patch) | |
| tree | b9fcd7b0b6401bcf12dd3b285dfa4f8311d34ed9 /Rakefile | |
| parent | 5c6de6858eda97ac214082091266a7423e379640 (diff) | |
| download | mruby-be2c156876c5b6cd4c9937c2d266f1862597af58.tar.gz mruby-be2c156876c5b6cd4c9937c2d266f1862597af58.zip | |
Detect if ncurses' backend is terminfo or termcap. fixes #2662
Borrowed from @mattn's code at:
https://github.com/mruby/mruby/issues/2662#issuecomment-65535705
Signed-off-by: Huei-Horng Yo <[email protected]>
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
